Issue #2867570 by alexpott: Drupal 8.3.0 is not compatible with Drush <8.1.10 - lets declare that in composer.json

8.4.x
Nathaniel Catchpole 2017-04-11 18:20:39 +01:00
parent 12b45e8343
commit bd1a9d0d52
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
"paragonie/random_compat": "^1.0|^2.0",
"asm89/stack-cors": "~1.0"
},
"conflict": {
"drush/drush": "<8.1.10"
},
"require-dev": {
"behat/mink": "1.7.x-dev",
"behat/mink-goutte-driver": "~1.2",