forked from ramsey/jenkins-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 865 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
{
"name": "ramsey/jenkins-php",
"description": "A meta package for the PHP Quality Assurance Toolchain tools required by the Template for Jenkins Jobs for PHP Projects, http://jenkins-php.org/",
"keywords": ["php", "qa", "tools", "jenkins"],
"type": "metapackage",
"license": "MIT",
"authors": [
{
"name": "Ben Ramsey",
"homepage": "http://benramsey.com"
}
],
"config": {
"bin-dir": "bin"
},
"require": {
"ext-xsl": "*",
"mayflower/php-codebrowser": "~1.1",
"pdepend/pdepend": "~2.0",
"phpdocumentor/phpdocumentor": "~2.8",
"phploc/phploc": "~2.1",
"phpmd/phpmd": "~2.2",
"phpunit/phpunit": "~4.5",
"sebastian/phpcpd": "~2.0",
"squizlabs/php_codesniffer": "~2.3",
"theseer/phpdox": "~0.7"
}
}