-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 817 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 817 Bytes
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
{
"name" : "markjaquith/wp-help",
"description": "Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin",
"homepage" : "https://wordpress.org/plugins/wp-help/",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Mark Jaquith",
"homepage": "https://coveredweb.com/"
}
],
"require": {
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "^3.4",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"sirbrillig/phpcs-variable-analysis": "^2.5",
"phpcompatibility/php-compatibility": "^9.1",
"phpcompatibility/phpcompatibility-wp": "*"
}
}