Skip to content

Commit

Permalink
Merge pull request #4 from dmolineus/hotfix/symfony-7
Browse files Browse the repository at this point in the history
Allow symfony/dependency-injection v7.0
  • Loading branch information
discordier authored Apr 17, 2024
2 parents 43de7af + 67b073e commit 5f138c2
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 @@ -23,7 +23,7 @@
"require": {
"php": "^8.1",
"psr/log": "^2.0 || ^3.0",
"symfony/dependency-injection": "^5.4 || ^6.0"
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"phpcq/runner-bootstrap": "^1.0@dev"
Expand Down

0 comments on commit 5f138c2

Please sign in to comment.