Skip to content

Commit

Permalink
Allow symfony/dependency-injection v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Apr 16, 2024
1 parent febc3da commit 67b073e
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 67b073e

Please sign in to comment.