-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.43 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
37
38
39
40
41
42
43
44
45
{
"name": "phpcq/all-tasks",
"description": "Meta package to enable all tasks of the PHP code quality project",
"license": "MIT",
"type": "metapackage",
"authors": [
{
"name":"Christian Schiffler",
"email":"[email protected]",
"homepage":"http://www.cyberspectrum.de",
"role":"Developer"
},
{
"name":"Tristan Lins",
"email":"[email protected]",
"homepage":"https://tristan.lins.io",
"role":"Developer"
}
],
"support":{
"issues":"https://github.com/phpcq/all-tasks/issues",
"source":"https://github.com/phpcq/all-tasks",
"irc": "irc://irc.freenode.org/phpcq"
},
"require": {
"php": "^5.6 | ^7.1",
"phpcq/phpcq": "^1.2",
"phpcq/author-validation": "^1.5",
"phpcq/autoload-validation": "^1.3",
"phpcq/branch-alias-validation": "^1.3",
"phpcq/coding-standard": "^2.1",
"phpcq/travis-configuration-check": "^1.3",
"pdepend/pdepend": "^2.8",
"phpunit/phpunit": "^5.7 | ^6.5 | ^7.5 | ^8.5 | ^9.3",
"sebastian/phpcpd": "^3.0 | ^4.1 | ^5.0 | ^6.0",
"phploc/phploc": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"phpmd/phpmd": "^2.9.0",
"phpspec/phpspec": "^3.0 | ^4.0 | ^5.0 | ^6.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
}
}