Issue #2867570 by alexpott: Drupal 8.3.0 is not compatible with Drush <8.1.10 - lets declare that in composer.json
parent
12b45e8343
commit
bd1a9d0d52
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue