Skip to content

Commit 204697b

Browse files
Drush now has a 7.x branch, and 'master' is labeled '8.x-dev'. In composer.json, we therefore now need to require drush/drush 8.* to get the version that is compatible with Drupal 8.
1 parent 03b9fcc commit 204697b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"composer/installers": "^1.0.20",
2525
"drupal/core": "8.0.*",
26-
"drush/drush": "7.0.x-dev",
26+
"drush/drush": "8.*",
2727

2828
"drupal/devel": "8.1.*@dev",
2929
"drupal/token": "8.1.*@dev"

0 commit comments

Comments
 (0)