mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"name": "studiopress/genesis-simple-sidebars",
|
|
"type": "wordpress-plugin",
|
|
"description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.",
|
|
"homepage": "https://github.com/studiopress/genesis-simple-sidebars",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"php": "^5.3 || ^7 || ^8",
|
|
"composer/installers": "^1"
|
|
},
|
|
"require-dev": {
|
|
"php": "^5.6 || ^7 || ^8",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
|
"squizlabs/php_codesniffer": "^3.6.2",
|
|
"phpcompatibility/phpcompatibility-wp": "*",
|
|
"wp-coding-standards/wpcs": "^1"
|
|
},
|
|
"config": {
|
|
"sort-order": true,
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": 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-sidebars/issues",
|
|
"source": "https://github.com/studiopress/genesis-simple-sidebars"
|
|
}
|
|
}
|