Skip to content

Commit b906db1

Browse files
committed
Sets minimum drush version to 11.6.0
1 parent eb9ca01 commit b906db1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"drupal/lagoon_logs": "Zero configuration logging system for Drupal sites running on Lagoon"
3333
},
3434
"require": {
35-
"drupal/core-composer-scaffold": "*"
35+
"drupal/core-composer-scaffold": "*",
36+
"drush/drush": ">=11.6.0"
3637
}
3738
}

0 commit comments

Comments
 (0)