-
Notifications
You must be signed in to change notification settings - Fork 102
/
composer.json
36 lines (36 loc) · 1.11 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": "escapestudios/symfony2-coding-standard",
"type": "phpcodesniffer-standard",
"description": "CodeSniffer ruleset for the Symfony 2+ coding standard",
"keywords": ["Symfony2", "Symfony", "coding standard", "phpcs", "static analysis"],
"homepage": "https://github.com/djoos/Symfony-coding-standard",
"license": "MIT",
"authors": [
{
"name": "David Joos",
"email": "[email protected]"
},
{
"name": "Community contributors",
"homepage": "https://github.com/djoos/Symfony-coding-standard/graphs/contributors"
}
],
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"support" : {
"source": "https://github.com/djoos/Symfony-coding-standard",
"issues": "https://github.com/djoos/Symfony-coding-standard/issues"
},
"require": {
"squizlabs/php_codesniffer": "^3.3.1"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"conflict": {
"squizlabs/php_codesniffer": "<3 || >=4"
}
}