Skip to content

Commit

Permalink
Merge pull request #13 from jiripudil/patch-1
Browse files Browse the repository at this point in the history
Support psr/container 2
  • Loading branch information
oscarotero authored May 9, 2022
2 parents 9f1252e + 87980c3 commit 91d7eaf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^7.2 || ^8.0",
"middlewares/utils": "^3.0",
"psr/http-server-middleware": "^1.0",
"psr/container": "^1.0"
"psr/container": "^1.0||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8|^9",
Expand All @@ -32,9 +32,6 @@
"phpstan/phpstan": "^0.12",
"laminas/laminas-diactoros": "^2.3"
},
"suggest": {
"psr/container": "Can be used to resolve handlers automatically"
},
"autoload": {
"psr-4": {
"Middlewares\\": "src/"
Expand Down

0 comments on commit 91d7eaf

Please sign in to comment.