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

26 lines
620 B
JSON
Raw Normal View History

2017-06-12 19:14:14 +00:00
{
2020-04-14 06:36:09 +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-14 06:36:09 +00:00
"homepage": "https://github.com/understrap/understrap",
2019-06-26 16:33:58 +00:00
"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
}