-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (39 loc) · 1.17 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
{
"name": "asuengineering/pitchfork-people",
"description": "Pitchfork blocks plugin for the Pitchfork theme",
"type": "wordpress-plugin",
"license": "GPL-2.0-only",
"minimum-stability": "stable",
"keywords": [
"wordpress",
"theme",
"bootstrap"
],
"homepage": "https://github.com/asuengineering/pitchfork-people",
"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 phpcs -s --extensions=php --runtime-set testVersion 5.6- ."],
"fix:cs": ["@php phpcbf --extensions=php ."],
"lint:php": ["@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor . --exclude src ."]
},
"support": {
"issues": "https://github.com/asu-ke-web-services/uds-wordpress-theme/issues",
"source": "https://github.com/asu-ke-web-services/uds-wordpress-theme"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}