Version 1
[yaffs-website] / vendor / drush / config-extra / composer.json
diff --git a/vendor/drush/config-extra/composer.json b/vendor/drush/config-extra/composer.json
new file mode 100644 (file)
index 0000000..ff646a2
--- /dev/null
@@ -0,0 +1,37 @@
+{
+  "name": "drush/config-extra",
+  "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
+  "license": "GPL-2.0+",
+  "keywords": ["drush"],
+  "minimum-stability": "dev",
+  "prefer-stable": true,
+  "authors": [
+    { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" },
+    { "name": "Moshe Weitzman", "email": "weitzman@tejasa.com" }
+  ],
+  "support": {
+    "forum": "http://drupal.stackexchange.com/questions/tagged/drush",
+    "irc": "irc://irc.freenode.org/drush"
+  },
+  "require": {
+    "php": ">=5.5.0"
+  },
+  "require-dev": {
+    "phpunit/phpunit": ">=3.5"
+  },
+  "autoload": {
+    "psr-0": {
+      "Drush":        "lib/"
+    }
+  },
+  "autoload-dev": {
+    "psr-0": {
+      "Unish":        "tests/"
+    }
+  },
+  "extra": {
+    "branch-alias": {
+        "dev-master": "8.0.x-dev"
+    }
+  }
+}