Skip to content

Commit

Permalink
Add possibility to use psr/container 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MekDrop committed Jan 1, 2023
1 parent 459948e commit c5e0654
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 @@ -29,7 +29,7 @@
"require": {
"php": "^7.1|^8.0",
"fig/http-message-util": "^1.1",
"psr/container": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
Expand All @@ -40,7 +40,7 @@
"sunrise/coding-standard": "1.0.0",
"sunrise/http-factory": "2.0.0",
"doctrine/annotations": "^1.6",
"symfony/console": "^4.4",
"symfony/console": "^5.4",
"symfony/event-dispatcher": "^4.4"
},
"autoload": {
Expand Down

0 comments on commit c5e0654

Please sign in to comment.