updated composer.json for drush

This commit is contained in:
2020-09-25 10:02:19 +02:00
parent 19a49a06df
commit 14a682a376
+10 -2
View File
@@ -1,5 +1,13 @@
{
"require": {
"drush/drush": "8.4.2"
"require": {
"drush/drush": "~8.0",
"webflo/drupal-finder": "^1.0.0"
},
"extra": {
"installer-paths": {
".": [
"type:drupal-core"
]
}
}
}