Skip to content

Commit

Permalink
Remove upper bound version constraint for Drush.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Oct 6, 2022
1 parent 124aa5d commit 35e6465
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 @@ -15,7 +15,7 @@
"composer-runtime-api": "^2.2.2",
"cweagans/composer-patches": "^1.7",
"drupal/coder": "^8.3.6",
"drush/drush": "^9 || ^10 || ^11",
"drush/drush": ">=9",
"mglaman/drupal-check": "^1.2",
"palantirnet/phing-drush-task": "^1.1",
"pear/http_request2": "^2.3",
Expand Down

0 comments on commit 35e6465

Please sign in to comment.