mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-07-14 03:56:11 +09:00
Introducing coding standards validation.
This commit is contained in:
committed by
Nathan Rice
parent
6e40c921ab
commit
fd504d41ac
@@ -0,0 +1,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", "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"
|
||||
},
|
||||
"require" : {
|
||||
"phpcompatibility/php-compatibility" : "^9.0",
|
||||
"phpcompatibility/phpcompatibility-paragonie" : "^1.0"
|
||||
},
|
||||
"require-dev" : {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
|
||||
},
|
||||
"suggest" : {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
|
||||
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
||||
},
|
||||
"prefer-stable" : true
|
||||
}
|
||||
Reference in New Issue
Block a user