Skip to content

Commit

Permalink
Merge pull request #1 from quick-order/feat/update-psr-container-version
Browse files Browse the repository at this point in the history
feat: update psr/container to ^v2.0.2
  • Loading branch information
anfischer authored May 25, 2022
2 parents d732a66 + ee4b1c4 commit 8cbbe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.4",
"psr/container": "^1.0"
"psr/container": "v2.0.2"
},
"require-dev": {
"phpunit/phpunit": "^9.4.2",
Expand All @@ -21,7 +21,7 @@
"squizlabs/php_codesniffer": "^3.5.8",
"doctrine/coding-standard": "^8.2",
"roave/security-advisories": "dev-latest",
"league/container": "^3.3.3"
"league/container": "^v4.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8cbbe7c

Please sign in to comment.