-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 1.07 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
{
"name": "washingtonstateuniversity/hrswp-plugin-documents",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"description": "A WSU HRS WordPress plugin to provide document management and listing.",
"homepage": "https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/blob/stable/README.md",
"keywords":[ "wordpress", "plugin", "documents", "blocks" ],
"support": {
"issues": "https://github.com/washingtonstateuniversity/hrswp-plugin-blocks/issues"
},
"authors": [
{
"name": "Adam Turner"
}
],
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"squizlabs/php_codesniffer": "^3.5.5",
"phpcompatibility/php-compatibility": "^9.2.0",
"wp-coding-standards/wpcs": "^2.3.0",
"sirbrillig/phpcs-variable-analysis": "^2.8.2",
"roave/security-advisories": "dev-master"
},
"scripts": {
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
"lint-summary": "phpcs --standard=phpcs.xml.dist --colors --report-summary --report-source",
"lint-detail": "phpcs --standard=phpcs.xml.dist --colors"
}
}