forked from pantheon-systems/terminus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 920 Bytes
/
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
{
"name": "terminus/terminus",
"description": "A command line interface for Pantheon",
"keywords": [ "cli", "pantheon" ],
"homepage": "http://getpantheon.com",
"license": "MIT",
"bin": [
"bin/terminus.bat", "bin/terminus"
],
"require": {
"php": ">=5.3.2",
"jlogsdon/cli": "~0.9.4",
"mustache/mustache": "~2.4",
"rhumsaa/array_column": "~1.1",
"rmccue/requests": "~1.6",
"symfony/finder": "~2.3",
"symfony/process": "2.6.*@dev",
"symfony/dom-crawler": "2.5.5",
"symfony/css-selector": "2.5.5",
"guzzle/http": "3.8",
"guzzle/parser": "3.8",
"nb/oxymel": "0.1.0",
"behat/behat": "2.4.*@stable",
"phpunit/phpunit": "~4.6"
},
"autoload": {
"psr-0": { "Terminus": "php" },
"files": [ "php/Spyc.php" ],
"classmap": [ "php/export" ]
},
"require-dev": {
"php-vcr/php-vcr": "~1.2",
"php-vcr/phpunit-testlistener-vcr": "*"
}
}