forked from pantheon-systems/terminus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "pantheon-systems/terminus",
"description": "A command line interface for Pantheon",
"keywords": [ "cli", "pantheon", "terminus", "drupal", "wordpress" ],
"homepage": "http://getpantheon.com",
"license": "MIT",
"bin": [
"bin/terminus.bat", "bin/terminus"
],
"require": {
"php": ">=5.5.9",
"guzzlehttp/guzzle": "^6.1",
"katzgrau/klogger": "^1.2",
"psy/psysh": "^0.7",
"ramsey/array_column": "^1.1",
"rmccue/requests": "^1.6",
"symfony/finder": "~2.7|^3.0",
"symfony/yaml": "~2.1|^3.0",
"twig/twig": "^1.0",
"vlucas/phpdotenv": "^2.1",
"wp-cli/php-cli-tools": "~0.11.1"
},
"autoload": {
"psr-0": { "Terminus": "php" }
},
"require-dev": {
"behat/behat": "^3.1",
"phpunit/phpcov": "^2.0",
"phpunit/phpunit": "^4.0",
"php-vcr/php-vcr": "^1.2",
"php-vcr/phpunit-testlistener-vcr": "@stable",
"sebastian/phpcpd": "^2.0",
"squizlabs/php_codesniffer": "^2.0",
"satooshi/php-coveralls": "^1.0"
},
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
}
}
}