52 lines
2.3 KiB
JSON
52 lines
2.3 KiB
JSON
{
|
|
"name": "understrap/understrap",
|
|
"description": "Combines Automattic's Underscores Starter Theme and Bootstrap",
|
|
"type": "wordpress-theme",
|
|
"license": "GPL-2.0-only",
|
|
"minimum-stability": "stable",
|
|
"keywords": [
|
|
"wordpress",
|
|
"theme",
|
|
"bootstrap"
|
|
],
|
|
"homepage": "https://github.com/understrap/understrap",
|
|
"authors": [
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/understrap/understrap/contributors.md"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1.3",
|
|
"phpmd/phpmd": "^2.11.1",
|
|
"phpstan/phpstan": "^1.4.8",
|
|
"roave/security-advisories": "dev-master",
|
|
"squizlabs/php_codesniffer": "^3.6.2",
|
|
"szepeviktor/phpstan-wordpress": "^1.0.3",
|
|
"wp-coding-standards/wpcs": "^2.3.0",
|
|
"wptrt/wpthemereview": "^0.2.1"
|
|
},
|
|
"scripts": {
|
|
"php-lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint --exclude vendor --exclude dist --exclude node_modules --exclude .git .",
|
|
"phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p",
|
|
"phpcs-ga": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -n --report=checkstyle",
|
|
"phpcs-fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
|
|
"phpcs-config-set" : "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility,../../phpcompatibility/phpcompatibility-paragonie,../../phpcompatibility/phpcompatibility-wp,../../wp-coding-standards/wpcs,../../wptrt/wpthemereview",
|
|
"phpmd": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . ansi phpmd.xml --exclude vendor,src,node_modules,languages,js,fonts,css,.github,.git,class-wp-bootstrap-navwalker.php,inc/deprecated.php",
|
|
"phpmd-baseline": "@phpmd -- --generate-baseline",
|
|
"phpmd-ga": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . github phpmd.xml --exclude vendor,src,node_modules,languages,js,fonts,css,.github,.git,class-wp-bootstrap-navwalker.php,inc/deprecated.php",
|
|
"phpstan": "@php ./vendor/phpstan/phpstan/phpstan analyse",
|
|
"phpstan-baseline": "@php ./vendor/phpstan/phpstan/phpstan analyse --generate-baseline",
|
|
"post-install-cmd": "@phpcs-config-set",
|
|
"post-update-cmd": "@phpcs-config-set"
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/understrap/understrap/issues",
|
|
"source": "https://github.com/understrap/understrap"
|
|
}
|
|
}
|