forked from akiessling/grumphp-conventions-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.08 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": "extrameile/grumphp-conventions-typo3",
"type": "library",
"description": "Provides coding conventions for TYPO3 extensions",
"authors": [
{
"name": "Andreas Kiessling",
"email": "[email protected]"
}
],
"require": {
"jakub-onderka/php-parallel-lint": "^1.0",
"maglnet/composer-require-checker": "^2.0",
"phpmd/phpmd": "^2.6",
"phpro/grumphp": "0.16.* || 0.17.*",
"phpspec/phpspec": "^6.0",
"phpstan/phpstan": "0.12.*",
"pluswerk/grumphp-xliff-task": "^3.0",
"povils/phpmnd": "^2.1",
"sebastian/phpcpd": "^4.1",
"sensiolabs/security-checker": "^6.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.3",
"saschaegerer/phpstan-typo3": "0.12.*",
"phpstan/extension-installer": "1.0.*"
},
"extra": {
"grumphp": {
"config-default-path": "grumphp-local.yml"
}
},
"config": {
"vendor-dir": ".Build/vendor",
"bin-dir": ".Build/bin"
}
}