forked from djoos/Symfony-coding-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 1004 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
31
{
"name": "escapestudios/symfony2-coding-standard",
"type": "coding-standard",
"description": "CodeSniffer ruleset for the Symfony2 coding standard",
"keywords": ["Symfony2", "coding standard", "phpcs"],
"homepage": "https://github.com/escapestudios/Symfony2-coding-standard",
"license": "MIT",
"authors": [
{
"name": "David Joos",
"email": "[email protected]"
},
{
"name": "Community contributors",
"homepage": "https://github.com/escapestudios/Symfony2-coding-standard/graphs/contributors"
}
],
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"minimum-stability": "dev",
"support" : {
"source": "https://github.com/escapestudios/Symfony2-coding-standard",
"issues": "https://github.com/escapestudios/Symfony2-coding-standard/issues"
},
"require": {
"squizlabs/php_codesniffer": "~2.0"
}
}