-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
29 lines (27 loc) · 887 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
{
"name": "andreaskiessling/grumphp-conventions-typo3",
"type": "library",
"description": "Provides coding conventions for TYPO3 extensions",
"authors": [
{
"name": "Andreas Kiessling",
"email": "[email protected]"
}
],
"require": {
"povils/phpmnd": "^2.1",
"friendsofphp/php-cs-fixer": "^2.13",
"jakub-onderka/php-parallel-lint": "^1.0",
"maglnet/composer-require-checker": "^2.0",
"phpmd/phpmd": "^2.6",
"phpspec/phpspec": "^6.0",
"phpstan/phpstan": "^0.11",
"sebastian/phpcpd": "^4.1",
"sensiolabs/security-checker": "^6.0",
"vimeo/psalm": "^3.0",
"phpro/grumphp": "^0.16.2",
"squizlabs/php_codesniffer": "^3.3",
"slevomat/coding-standard": "^5.0",
"pluswerk/grumphp-xliff-task": "^3.0"
}
}