Skip to content

Commit

Permalink
fix: add drush 11 to support also D10
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-Cru committed Oct 9, 2023
1 parent 8df4263 commit 99f6c0c
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 @@ -3,7 +3,7 @@
"description": "Drush commands for the BurdaStyleGrout Thunder installation.",
"type": "drupal-drush",
"require": {
"drush/drush": "~9||~10"
"drush/drush": "~9 || ~10 || ~11"
},
"license": "GPL-2.0-or-later",
"authors": [
Expand Down

0 comments on commit 99f6c0c

Please sign in to comment.