Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Try dev version of Drush 9 with the 9.x Behat Drush Endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
composer-lock-update committed Sep 20, 2018
1 parent 1f70321 commit 56c4fcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"drupal/console": "^1",
"drupal/core": "^8",
"drupal/simple_block": "^1.0@beta",
"drush/drush": "~8",
"drush/drush": "^9.0.0-dev",
"rvtraveller/qs-composer-installer": "^1.1",
"drush-ops/behat-drush-endpoint": "^0.0.5",
"drush-ops/behat-drush-endpoint": "^9",
"pantheon-systems/quicksilver-pushback": "~1",
"webflo/drupal-core-strict": "^8"
},
Expand All @@ -40,7 +40,7 @@
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "alpha",
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"classmap": [
Expand Down Expand Up @@ -77,7 +77,7 @@
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
"drush/Commands/contrib/{$name}": ["type:drupal-drush"]
},
"build-env": {
"install-cms": [
Expand Down

1 comment on commit 56c4fcd

@pantheon-upstream
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created multidev environment ci-example-d8-composer#pr-168.

Visit Site

Please sign in to comment.