Skip to content

Commit b21f635

Browse files
authored
Allow drush 12
1 parent 9efcb69 commit b21f635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Allows you to get values for read only settings that are stored in settings.php, for drush > 9.3",
44
"type": "drupal-drush",
55
"require": {
6-
"drush/drush": "~9||~10"
6+
"drush/drush": "^9.0 || ^10.0 || ^11.0 || ^12.0"
77
},
88
"replace": {
99
"zaporylie/drupal_settings": "*"

0 commit comments

Comments
 (0)