-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
36 lines (36 loc) · 1.15 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
{
"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.6.0",
"phploc/phploc": "2.1.*",
"pdepend/pdepend": "~2.5.0",
"phpunit/phpunit": "4.8.*",
"sebastian/phpcpd": "~3.0.0",
"mikey179/vfsStream": "1.*",
"consolidation/robo": "~1.0",
"henrikbjorn/lurker": "~1.0",
"squizlabs/php_codesniffer": "~3.1.0",
"phpdocumentor/phpdocumentor": "2.9.0",
"appserver-io/pthreads-polyfill": "~1.0"
},
"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"
}
}