Skip to content

Commit

Permalink
Add support for psr/container ^2.0
Browse files Browse the repository at this point in the history
- Add support for `psr/container`: `^2.0`
- See: Roave#18
  • Loading branch information
Nguimjeu committed Jul 15, 2022
1 parent 36913d9 commit a2a9135
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 @@ -5,7 +5,7 @@
"require": {
"php": "^7.4 || ^8.0",
"behat/behat": "^3.4",
"psr/container": "^1.0",
"psr/container": "^1.0 || ^2.0",
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit a2a9135

Please sign in to comment.