More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / drush / drush / isolation / composer.json
1 {
2   "name": "drush/drush",
3   "description": "This is the composer.json for the isolation unit tests for the Drush preflight process.",
4   "homepage": "http://www.drush.org",
5   "license": "GPL-2.0+",
6   "minimum-stability": "stable",
7   "prefer-stable": true,
8   "require": {
9     "php": ">=5.6.0",
10     "ext-dom": "*",
11     "psr/log": "~1.0",
12     "consolidation/config": "^1.0.9",
13     "symfony/var-dumper": "~2.7|^3",
14     "symfony/finder": "~2.7|^3",
15     "webflo/drupal-finder": "^0",
16     "webmozart/path-util": "^2.1.0",
17     "sebastian/version": "^1|^2"
18   },
19   "require-dev": {
20     "lox/xhprof": "dev-master",
21     "phpunit/phpunit": "^4.8|^5.5.4"
22   },
23   "autoload": {
24     "psr-4": {
25       "Drush\\": "../src/",
26       "Drush\\Internal\\":  "../internal-copy/"
27     }
28   },
29   "autoload-dev": {
30     "psr-4": {
31       "Drush\\": "src/"
32     }
33   }
34 }