2019-04-22 17:28:46 -03:00
|
|
|
{
|
2019-04-26 17:46:43 -03:00
|
|
|
"name": "studiopress/genesis-simple-sidebars",
|
2019-04-22 17:28:46 -03:00
|
|
|
"type": "wordpress-plugin",
|
2019-04-26 17:46:43 -03:00
|
|
|
"description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.",
|
|
|
|
|
"homepage": "https://github.com/studiopress/genesis-simple-sidebars",
|
2019-04-22 17:28:46 -03:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|