-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 1.11 KB
/
composer.json
File metadata and controls
32 lines (32 loc) · 1.11 KB
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
{
"name" : "phpcompatibility/phpcompatibility-wp",
"description" : "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
"type" : "phpcodesniffer-standard",
"keywords" : [ "compatibility", "phpcs", "standards", "static analysis", "wordpress" ],
"homepage" : "http://phpcompatibility.com/",
"license" : "LGPL-3.0-or-later",
"authors" : [ {
"name" : "Wim Godden",
"role" : "lead"
},
{
"name" : "Juliette Reinders Folmer",
"role" : "lead"
} ],
"support" : {
"issues" : "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityWP",
"security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"lock": false
},
"require" : {
"phpcompatibility/php-compatibility" : "^10.0@dev",
"phpcompatibility/phpcompatibility-paragonie" : "^2.0@dev"
},
"prefer-stable" : true
}