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

25 lines
550 B
JSON
Raw Normal View History

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",
"wp-coding-standards/wpcs": "^2.1"
},
"scripts": {
"test": ["phpcs"],
"fix": ["phpcbf"]
}
2017-06-12 19:14:14 +00:00
}