Skip to content

Commit

Permalink
Merge pull request #108 from MekDrop/add-support-for-container-2
Browse files Browse the repository at this point in the history
Add possibility to use psr/container 2.x
  • Loading branch information
fenric authored Jan 1, 2023
2 parents 459948e + c5e0654 commit 06d05af
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 06d05af

Please sign in to comment.