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" + ] } + } }