forked from appserver-io/build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 872 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" : "appserver-io/build",
"description" : "Generic build- and deployment targets",
"homepage" : "https://github.com/appserver-io/build",
"license" : "OSL-3.0",
"keywords" : [
"build deployment targets ant phpcs phploc phpdocumentor phpcpd phpmd"
],
"require" : {
"php" : ">=5.6.0",
"phpmd/phpmd" : "2.4.*",
"phploc/phploc" : "3.0.*",
"pdepend/pdepend" : "2.2.*",
"phpunit/phpunit" : "5.5.*",
"sebastian/phpcpd" : "2.0.*",
"squizlabs/php_codesniffer" : "2.7",
"phpdocumentor/phpdocumentor" : "2.9.*"
},
"authors" : [{
"name" : "Tim Wagner",
"email" : "t.wagner@techdivision.com",
"role" : "Developer",
"homepage" : "https://github.com/wagnert"
}
],
"support" : {
"email" : "t.wagner@techdivision.com",
"issues" : "https://github.com/appserver-io/build/issues",
"source" : "https://github.com/appserver-io/build"
}
}