Browse Source

updated composer.json for drush

Bachir Soussi Chiadmi 3 years ago
parent
commit
14a682a376
1 changed files with 10 additions and 2 deletions
  1. 10 2
      composer.json

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