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.
2017-06-12 19:14:14 +00:00
|
|
|
|
{
|
2019-06-26 16:33:58 +00:00
|
|
|
|
"name": "holger1411/understrap",
|
|
|
|
|
"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/holger1411/understrap",
|
|
|
|
|
"require": {
|
|
|
|
|
"composer/installers": "^1.5"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
2019-07-04 14:51:13 +00:00
|
|
|
|
"wp-coding-standards/wpcs": "^2.1",
|
|
|
|
|
"phpcompatibility/php-compatibility": "^9.2"
|
2019-06-26 16:33:58 +00:00
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-07-04 14:51:13 +00:00
|
|
|
|
"test": ["vendor/bin/phpcs"],
|
|
|
|
|
"fix": ["vendor/bin/phpcbf"]
|
2019-06-26 16:33:58 +00:00
|
|
|
|
}
|
2017-06-12 19:14:14 +00:00
|
|
|
|
}
|