More tidying.
[yaffs-website] / vendor / drush / config-extra / composer.json
1 {
2   "name": "drush/config-extra",
3   "description": "Drush config-extra contains additional configuration Drush commands, notably config-merge.",
4   "license": "GPL-2.0+",
5   "keywords": ["drush"],
6   "minimum-stability": "dev",
7   "prefer-stable": true,
8   "authors": [
9     { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" },
10     { "name": "Moshe Weitzman", "email": "weitzman@tejasa.com" }
11   ],
12   "support": {
13     "forum": "http://drupal.stackexchange.com/questions/tagged/drush",
14     "irc": "irc://irc.freenode.org/drush"
15   },
16   "require": {
17     "php": ">=5.5.0"
18   },
19   "require-dev": {
20     "phpunit/phpunit": ">=3.5"
21   },
22   "autoload": {
23     "psr-0": {
24       "Drush":        "lib/"
25     }
26   },
27   "autoload-dev": {
28     "psr-0": {
29       "Unish":        "tests/"
30     }
31   },
32   "extra": {
33     "branch-alias": {
34         "dev-master": "8.0.x-dev"
35     }
36   }
37 }