Skip to content

Commit

Permalink
Merge pull request #9 from hannesvdvreken/patch-2
Browse files Browse the repository at this point in the history
Allow `psr/container:^2`
  • Loading branch information
Ocramius authored Sep 16, 2021
2 parents 1b862ad + c201046 commit e88e7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-session": "^1.0",
"psr/container": "^1.0",
"psr/container": "^1.0|^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit e88e7f8

Please sign in to comment.