mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Introducing coding standards validation.
This commit is contained in:
committed by
Nathan Rice
parent
6e40c921ab
commit
fd504d41ac
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "studiopress/genesis-simple-menus",
|
||||
"type": "wordpress-plugin",
|
||||
"description": "Simple Menus allows you to select a WP menu for secondary navigation on posts, pages, categories, tags or custom taxonomies.",
|
||||
"homepage": "https://github.com/studiopress/genesis-simple-share",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"require": {
|
||||
"php": "^5.3 || ^7",
|
||||
"composer/installers": "^1"
|
||||
},
|
||||
"require-dev": {
|
||||
"php": "^5.6 || ^7",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
||||
"squizlabs/php_codesniffer": "^3.3.1",
|
||||
"phpcompatibility/phpcompatibility-wp": "*",
|
||||
"wp-coding-standards/wpcs": "^1"
|
||||
},
|
||||
"config": {
|
||||
"sort-order": true
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"scripts": {
|
||||
"phpcs": "phpcs --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./",
|
||||
"phpcs-compat": "phpcs --extensions=php --standard=PHPCompatibilityWP --ignore=vendor/,node_modules/,assets/ --runtime-set testVersion 5.6- -p ./",
|
||||
"phpcbf": "phpcbf --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./"
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/studiopress/genesis-simple-share/issues",
|
||||
"source": "https://github.com/studiopress/genesis-simple-share"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user