forked from pantheon-systems/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
25 lines (25 loc) · 844 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
{
"name": "pantheon-systems/documentation",
"description": "Documentation for Pantheon",
"keywords": ["pantheon", "drupal", "wordpress"],
"homepage": "https://pantheon.io/docs/",
"type": "project",
"license": "CC-BY-4.0",
"minimum-stability": "dev",
"require-dev": {
"sculpin/sculpin": "v2.1.1",
"symfony/console": "2.8.x-dev as 3.3",
"behat/behat": "3.0.*@stable",
"behat/mink": "1.6.*@stable",
"behat/mink-extension": "2.0.*@stable",
"behat/mink-goutte-driver": "1.1.*@stable",
"behat/mink-selenium2-driver": "1.2",
"composer/composer": "^1.0@alpha",
"guzzlehttp/guzzle": "6.2.*@stable",
"pantheon-systems/terminus": "1.*.*",
"dflydev/embedded-composer": "^1.0@dev"
},
"config": {
"bin-dir": "bin"
}
}