Skip to content

Commit

Permalink
Merge pull request #65 from utopia-php/feat-framework-v2
Browse files Browse the repository at this point in the history
Feat framework v2
  • Loading branch information
christyjacob4 authored Sep 5, 2024
2 parents cef22b5 + 5b7da0b commit 69eee24
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 50 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": ">=8.0",
"utopia-php/database": "0.53.*"
"utopia-php/database": "0.54.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down
152 changes: 129 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
mariadb:
image: mariadb:10.6
image: mariadb:10.11
environment:
- MYSQL_ROOT_PASSWORD=password
networks:
Expand All @@ -18,6 +18,10 @@ services:
- abuse
depends_on:
- mariadb
volumes:
- ./phpunit.xml:/code/phpunit.xml
- ./src:/code/src
- ./tests:/code/tests

networks:
abuse:
Loading

0 comments on commit 69eee24

Please sign in to comment.