Skip to content

Commit

Permalink
Add support for common-bundle 5.0. Update Docker. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulb authored Jan 22, 2024
1 parent 8ddc71f commit 7b078ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM anzusystems/php:3.0.0-php83-cli
FROM anzusystems/php:3.1.0-php83-cli
#
### Basic arguments and variables
ARG DOCKER_USER_ID
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=8.1",
"ext-json": "*",
"ext-redis": "*",
"anzusystems/common-bundle": "^1.0|^2.0|^3.0|^4.0",
"anzusystems/common-bundle": "^1.0|^2.0|^3.0|^4.0|^5.0",
"doctrine/common": "^3.3",
"lcobucci/jwt": "^4.2"
},
Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<issueHandlers>
<MoreSpecificImplementedParamType errorLevel="suppress"/>
<RiskyTruthyFalsyComparison errorLevel="suppress"/>
<UnnecessaryVarAnnotation errorLevel="suppress"/> <!-- PHPStorm doesn't understand to generics annotations yet -->

<UnusedFunctionCall>
Expand Down

0 comments on commit 7b078ad

Please sign in to comment.