-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.23 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
38
39
40
41
42
43
44
45
{
"name" : "varunsridharan/php-sniff",
"description" : "Collection of PHP Coding Standards & Compatibility Rules Set for My Projects.",
"type" : "phpcodesniffer-standard",
"support" : {
"email" : "varunsridharan23@gmail.com",
"docs" : "https://github.com/varunsridharan/php-sniff",
"issues" : "https://github.com/varunsridharan/php-sniff/issues"
},
"require" : {
"wp-coding-standards/wpcs" : "*",
"phpcompatibility/php-compatibility" : "*",
"dealerdirect/phpcodesniffer-composer-installer" : "*",
"phpcompatibility/phpcompatibility-wp" : "*"
},
"homepage" : "https://github.com/varunsridharan/php-sniff/",
"license" : "GPL-3.0-or-later",
"keywords" : [
"php",
"wordpress",
"php-codesniffer",
"wp-theme",
"wp-plugin",
"phpcs",
"phpcodesniffer-standard",
"wordpress-standards",
"phpcodesniffer-rules",
"php-code-sniffer",
"phpcompatibility-standard",
"phpcompatibility",
"phpcodesniffer",
"phpcs-standard",
"wpcs",
"php-compatibility",
"php-standard"
],
"authors" : [
{
"name" : "Varun Sridharan",
"email" : "varunsridharan23@gmail.com",
"homepage" : "http://varunsridharan.in",
"role" : "Developer"
}
]
}