Skip to content

Commit

Permalink
Support psr/container ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mecha committed Jun 18, 2024
1 parent be345f8 commit 059c9a5
Show file tree
Hide file tree
Showing 2 changed files with 1,066 additions and 1,038 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "dev",
"require": {
"php": "^7.1 | ^8.0",
"psr/container": "^1.0"
"psr/container": "^1.0 | ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
Expand Down
Loading

0 comments on commit 059c9a5

Please sign in to comment.