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

Commit

Permalink
Fixes #2064: Explicitly require Drush so it is present in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 6, 2020
1 parent cff39f0 commit ee1ac2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ drupal_build_composer: false
drupal_composer_path: "{{ config_dir }}/drupal.composer.json"
drupal_composer_install_dir: "/var/www/drupalvm/drupal"
drupal_composer_dependencies:
- "drush/drush:^10"
- "drupal/devel:^4.0"

# Set this to 'true' and 'drupal_build_makefile', 'drupal_build_composer' to 'false'
Expand Down
3 changes: 2 additions & 1 deletion example.drupal.composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"composer/installers": "^1.9",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9"
"drupal/core-recommended": "^9",
"drush/drush:^10"
},
"conflict": {
"drupal/drupal": "*"
Expand Down

0 comments on commit ee1ac2d

Please sign in to comment.