From 14a682a376f27f5bbec5d02d8b9e490976cf23a8 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 25 Sep 2020 10:02:19 +0200 Subject: [PATCH] updated composer.json for drush --- composer.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3fec8ac..8844d5a 100644 --- a/composer.json +++ b/composer.json @@ -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" + ] } + } }