Skip to content

Commit

Permalink
add support for symfony/dependency-injection 5.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Hermann committed Feb 2, 2020
1 parent 9393a1c commit 16c9604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=7.0",
"symfony/dependency-injection": "^2.3|^3.0|^4.0@beta"
"symfony/dependency-injection": "^2.3|^3.0|^4.0|^5.0"
},
"require-dev": {
"satooshi/php-coveralls": "^0.6.1",
Expand Down

0 comments on commit 16c9604

Please sign in to comment.