Skip to content

Commit

Permalink
Loosen psr/container version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 9, 2023
1 parent a86db7c commit e395f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"require": {
"php-64bit": ">=8.1",
"cakephp/database": "^5.0",
"psr/container": "^2.0",
"psr/container": "^1.0|^2.0",
"symfony/console": "^6.0",
"symfony/config": "^3.4|^4.0|^5.0|^6.0"
},
Expand Down

0 comments on commit e395f74

Please sign in to comment.