Skip to content

Commit 531f3e4

Browse files
authored
Merge pull request jhedstrom#275 from claudiu-cristea/drupal-11
Drupal 11 support
2 parents b790916 + 76100c6 commit 531f3e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
],
1414
"require": {
1515
"php": ">=7.4",
16-
"symfony/process": "~2.5|~3.0|~4.4|^6",
17-
"symfony/dependency-injection": "~2.6|~3.0|~4.4|^6",
18-
"drupal/core-utility": "^8.4 || ^9 || ^10@beta"
16+
"symfony/process": "~2.5 || ~3.0 || ~4.4 || ^6 || ^7.1",
17+
"symfony/dependency-injection": "~2.6 || ~3.0 || ~4.4 || ^6 || ^7.1",
18+
"drupal/core-utility": "^8.4 || ^9 || ^10 || ^11"
1919
},
2020
"require-dev": {
2121
"composer/installers": "^2.1",

0 commit comments

Comments
 (0)