generated from asuengineering/pitchfork-child
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.24 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "asu-ke-web-services/uds-wordpress-child-theme",
"description": "ASU Unity Design System WordPress Child Theme",
"type": "wordpress-theme",
"license": "GPL-2.0-only",
"minimum-stability": "stable",
"keywords": [
"wordpress",
"theme",
"bootstrap"
],
"homepage": "https://github.com/asu-ke-web-services/uds-wordpress-child-theme",
"require": {
"composer/installers": "^1.9",
"php": ">=5.6"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"wp-coding-standards/wpcs": "^2.3",
"wptrt/wpthemereview": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"php-parallel-lint/php-parallel-lint": "^1.2"
},
"scripts": {
"check:cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 5.6-"
],
"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/asu-ke-web-services/uds-wordpress-child-theme/issues",
"source": "https://github.com/asu-ke-web-services/uds-wordpress-child-theme"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}