Skip to content

Commit 76100c6

Browse files
Support dependency injection ^7.1
1 parent 937a676 commit 76100c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": ">=7.4",
1616
"symfony/process": "~2.5 || ~3.0 || ~4.4 || ^6 || ^7.1",
17-
"symfony/dependency-injection": "~2.6|~3.0|~4.4|^6",
17+
"symfony/dependency-injection": "~2.6 || ~3.0 || ~4.4 || ^6 || ^7.1",
1818
"drupal/core-utility": "^8.4 || ^9 || ^10 || ^11"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)