forked from phansible/phansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 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
{
"name": "phansible/phansible",
"description": "Phansible - generate Vagrant + Ansible dev environments for PHP",
"homepage": "http://phansible.com",
"authors": [
{
"name": "Erika Heidi",
"homepage": "http://erikaheidi.com"
}
],
"license": "MIT",
"autoload" : {
"psr-0" : { "" : "src/" }
},
"require" : {
"php" : ">=5.4.0",
"flint/flint" : "~1.5",
"symfony/yaml" : "~2.3",
"symfony/twig-bridge" : "~2.3",
"michelf/php-markdown": "~1.4",
"knplabs/github-api" : "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"lstrojny/phpunit-function-mocker": "dev-master",
"satooshi/php-coveralls": "dev-master",
"phpmd/phpmd": "1.4.*",
"squizlabs/php_codesniffer": "2.*",
"pdepend/pdepend": "1.1.1"
}
}