forked from djoos/Symfony-coding-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 807 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
{
"name": "escapestudios/symfony2-coding-standard",
"type": "phpcodesniffer-standard",
"description": "CodeSniffer ruleset for the Symfony 2+ coding standard",
"keywords": ["Symfony2", "Symfony", "coding standard", "phpcs"],
"homepage": "https://github.com/djoos/Symfony2-coding-standard",
"license": "MIT",
"authors": [
{
"name": "David Joos",
"email": "iam@davidjoos.com"
},
{
"name": "Community contributors",
"homepage": "https://github.com/djoos/Symfony-coding-standard/graphs/contributors"
}
],
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"minimum-stability": "dev",
"require": {
"squizlabs/php_codesniffer": "3.*"
}
}