forked from PHPCompatibility/PHPCompatibility
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 693 Bytes
/
Copy pathcomposer.json
File metadata and controls
22 lines (22 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name" : "wimg/PHPCompatibility",
"description" : "This is a set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
"require" : {
"php" : ">=5.1.2",
"ext-tokenizer" : "*",
"squizlabs/php_codesniffer" : "dev-master",
"simplyadmire/composer-plugins" : "@dev"
},
"authors" : [ {
"name" : "Wim Godden",
"role" : "lead"
} ],
"support" : {
"issues" : "https://github.com/wimg/PHPCompatibility/issues",
"source" : "https://github.com/wimg/PHPCompatibility"
},
"keywords" : [ "compatibility", "phpcs", "standards" ],
"license" : "LGPL",
"type" : "library",
"homepage" : "http://techblog.wimgodden.be/tag/codesniffer/"
}