-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 996 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
30
{
"name": "projektmotor/symfony-coding-standard",
"type": "phpcodesniffer-standard",
"description": "Internal PHP coding standard of ProjektMOTOR",
"keywords": ["coding standard", "phpcs", "psr", "code sniffer", "symfony"],
"homepage": "https://www.projektmotor.de",
"license": "MIT",
"authors": [
{
"name": "Robert Freigang",
"email": "robert.freigang@projektmotor.de"
},
{
"name": "ProjektMOTOR GmbH",
"homepage": "https://www.projektmotor.de"
}
],
"require": {
"escapestudios/symfony2-coding-standard": "^3.5",
"slevomat/coding-standard": ">=8.7.0",
"squizlabs/php_codesniffer": "^3.0"
},
"support" : {
"source": "https://github.com/projektmotor/symfony-coding-standard",
"issues": "https://github.com/projektmotor/symfony-coding-standard/issues"
},
"conflict": {
"squizlabs/php_codesniffer": "<3 || >=4"
}
}