Skip to content

Commit

Permalink
Support dependency injection ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Jul 9, 2024
1 parent 937a676 commit 76100c6
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 @@ -14,7 +14,7 @@
"require": {
"php": ">=7.4",
"symfony/process": "~2.5 || ~3.0 || ~4.4 || ^6 || ^7.1",
"symfony/dependency-injection": "~2.6|~3.0|~4.4|^6",
"symfony/dependency-injection": "~2.6 || ~3.0 || ~4.4 || ^6 || ^7.1",
"drupal/core-utility": "^8.4 || ^9 || ^10 || ^11"
},
"require-dev": {
Expand Down

0 comments on commit 76100c6

Please sign in to comment.