-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1014 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "understrap/understrap",
"description": "Combines Automattic´s Underscores Starter Theme and Bootstrap 4",
"type": "wordpress-theme",
"license": "GPL-2.0-only",
"minimum-stability": "stable",
"keywords": [
"wordpress",
"theme",
"bootstrap"
],
"homepage": "https://github.com/understrap/understrap",
"require": {
"composer/installers": "^1.10",
"php": ">=5.6"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"wp-coding-standards/wpcs": "^2.3",
"wptrt/wpthemereview": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"php-parallel-lint/php-parallel-lint": "^1.2"
},
"scripts": {
"check:cs": ["@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"],
"fix:cs": ["@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"],
"lint:php": ["@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor ."]
},
"support": {
"issues": "https://github.com/understrap/understrap/issues",
"source": "https://github.com/understrap/understrap"
}
}