Skip to content

Commit

Permalink
Merge pull request #45 from utopia-php/chore-update-dependency
Browse files Browse the repository at this point in the history
chore: update database dependency
  • Loading branch information
abnegate authored Mar 10, 2023
2 parents 410d105 + 02efb5c commit f16e893
Show file tree
Hide file tree
Showing 5 changed files with 911 additions and 2,747 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ COPY --from=step0 /src/vendor /code/vendor
COPY ./tests /code/tests
COPY ./src /code/src
COPY ./phpunit.xml /code/phpunit.xml
COPY ./psalm.xml /code/psalm.xml

CMD [ "tail", "-f", "/dev/null" ]
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "./vendor/bin/pint --test",
"format": "./vendor/bin/pint",
"check": "./vendor/bin/phpstan analyse --level 8 src tests"
"check": "./vendor/bin/phpstan analyse --level max src tests"
},
"autoload": {
"psr-4": {"Utopia\\Audit\\": "src/Audit"}
Expand All @@ -19,11 +19,10 @@
"require": {
"php": ">=8.0",
"ext-pdo": "*",
"utopia-php/database": "0.32.*"
"utopia-php/database": "0.33.*"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "4.0.1",
"phpstan/phpstan": "^1.8",
"laravel/pint": "1.2.*"
}
Expand Down
Loading

0 comments on commit f16e893

Please sign in to comment.