2017-06-12 19:14:14 +00:00
|
|
|
|
{
|
2020-04-19 10:08:39 +00:00
|
|
|
|
"name": "understrap/understrap",
|
2019-06-26 16:33:58 +00:00
|
|
|
|
"description": "Combines Automattic´s Underscores Starter Theme and Bootstrap 4",
|
|
|
|
|
"type": "wordpress-theme",
|
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"wordpress",
|
|
|
|
|
"theme",
|
|
|
|
|
"bootstrap"
|
|
|
|
|
],
|
2020-04-19 10:08:39 +00:00
|
|
|
|
"homepage": "https://github.com/understrap/understrap",
|
2019-06-26 16:33:58 +00:00
|
|
|
|
"require": {
|
2020-04-19 10:08:39 +00:00
|
|
|
|
"composer/installers": "^1.9",
|
|
|
|
|
"php": ">=5.6"
|
2019-06-26 16:33:58 +00:00
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2020-04-19 10:08:39 +00:00
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
|
|
|
|
|
"roave/security-advisories": "dev-master",
|
|
|
|
|
"wptrt/wpthemereview": "^0.2"
|
2019-06-26 16:33:58 +00:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-04-19 10:08:39 +00:00
|
|
|
|
"check-cs": ["@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -w"],
|
|
|
|
|
"fix-cs": ["@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"]
|
|
|
|
|
},
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/understrap/understrap/issues",
|
|
|
|
|
"source": "https://github.com/understrap/understrap"
|
2019-06-26 16:33:58 +00:00
|
|
|
|
}
|
2020-04-19 10:08:39 +00:00
|
|
|
|
}
|