Skip to content

Commit

Permalink
Merge pull request #275 from claudiu-cristea/drupal-11
Browse files Browse the repository at this point in the history
Drupal 11 support
  • Loading branch information
jhedstrom authored Jul 9, 2024
2 parents b790916 + 76100c6 commit 531f3e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
],
"require": {
"php": ">=7.4",
"symfony/process": "~2.5|~3.0|~4.4|^6",
"symfony/dependency-injection": "~2.6|~3.0|~4.4|^6",
"drupal/core-utility": "^8.4 || ^9 || ^10@beta"
"symfony/process": "~2.5 || ~3.0 || ~4.4 || ^6 || ^7.1",
"symfony/dependency-injection": "~2.6 || ~3.0 || ~4.4 || ^6 || ^7.1",
"drupal/core-utility": "^8.4 || ^9 || ^10 || ^11"
},
"require-dev": {
"composer/installers": "^2.1",
Expand Down

0 comments on commit 531f3e4

Please sign in to comment.