Skip to content

Commit

Permalink
Remove upper bound version constraint on Drush; don't install dev ver…
Browse files Browse the repository at this point in the history
…sions unless specified.
  • Loading branch information
becw committed Oct 6, 2022
1 parent 298e8e4 commit e54ad31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "alpha",
"require": {
"drush/drush": "^8.1.15 || ^9.0 || ^10.0 || ^11.0",
"drush/drush": ">=9",
"phing/phing": "^3"
},
"replace": {
Expand Down

0 comments on commit e54ad31

Please sign in to comment.