This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/composer.json

30 lines
839 B
JSON
Raw Normal View History

2017-06-12 19:14:14 +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"
],
"homepage": "https://github.com/understrap/understrap",
2019-06-26 16:33:58 +00:00
"require": {
"composer/installers": "^1.9",
"php": ">=5.6"
2019-06-26 16:33:58 +00:00
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"roave/security-advisories": "dev-master",
"wptrt/wpthemereview": "^0.2"
2019-06-26 16:33:58 +00:00
},
"scripts": {
"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
}
}