-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 1.28 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
37
{
"name" : "phpcsstandards/phpcsdevcs",
"description" : "Coding Standards ruleset for the code in external standards for PHP_CodeSniffer.",
"type" : "phpcodesniffer-standard",
"keywords" : [ "phpcs", "static analysis", "php_codesniffer", "phpcodesniffer-standard" ],
"license" : "LGPL-3.0-or-later",
"authors" : [
{
"name" : "Juliette Reinders Folmer",
"role" : "lead",
"homepage" : "https://github.com/jrfnl"
},
{
"name" : "Contributors",
"homepage" : "https://github.com/PHPCSStandards/PHPCSDevCS/graphs/contributors"
}
],
"support" : {
"issues" : "https://github.com/PHPCSStandards/PHPCSDevCS/issues",
"source" : "https://github.com/PHPCSStandards/PHPCSDevCS"
},
"require" : {
"php" : ">=5.4",
"squizlabs/php_codesniffer" : "^3.6.2",
"phpcompatibility/php-compatibility" : "^9.0.0 || ^10.0.0",
"dealerdirect/phpcodesniffer-composer-installer" : "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0"
},
"require-dev" : {
"roave/security-advisories" : "dev-master"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"lock": false
}
}