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
24 lines (24 loc) · 737 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name" : "wimg/php-compatibility",
"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" : ">=1.5.1,<=2.3.2"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
"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" : "phpcodesniffer-standard",
"homepage" : "http://techblog.wimgodden.be/tag/codesniffer/"
}