Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit ee1ac2d

Browse files
committed
Fixes #2064: Explicitly require Drush so it is present in tests.
1 parent cff39f0 commit ee1ac2d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

default.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ drupal_build_composer: false
7272
drupal_composer_path: "{{ config_dir }}/drupal.composer.json"
7373
drupal_composer_install_dir: "/var/www/drupalvm/drupal"
7474
drupal_composer_dependencies:
75+
- "drush/drush:^10"
7576
- "drupal/devel:^4.0"
7677

7778
# Set this to 'true' and 'drupal_build_makefile', 'drupal_build_composer' to 'false'

example.drupal.composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"composer/installers": "^1.9",
2020
"drupal/core-composer-scaffold": "^9",
2121
"drupal/core-project-message": "^9",
22-
"drupal/core-recommended": "^9"
22+
"drupal/core-recommended": "^9",
23+
"drush/drush:^10"
2324
},
2425
"conflict": {
2526
"drupal/drupal": "*"

0 commit comments

Comments
 (0)