-
Notifications
You must be signed in to change notification settings - Fork 143
/
composer.json
38 lines (38 loc) · 1.22 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
{
"name": "webdevstudios/custom-post-type-ui",
"description": "Custom Post Type UI Plugin for Wordpress found at https://wordpress.org/plugins/custom-post-type-ui/ ",
"homepage": "https://github.com/WebDevStudios/custom-post-type-ui",
"type": "wordpress-plugin",
"keywords": ["custom post types", "taxonomies", "CPT", "CMS", "post type", "custom-post-type", "taxonomy", "tax"],
"license": "GPL-2.0+",
"authors": [
{
"name": "WebDevStudios",
"email": "[email protected]",
"homepage": "https://github.com/WebDevStudios/custom-post-type-ui"
}
],
"support": {
"issues": "https://github.com/WebDevStudios/custom-post-type-ui",
"forum": "https://wordpress.org/support/plugin/custom-post-type-ui",
"docs": "http://docs.pluginize.com/"
},
"config": {
"sort-order": true,
"platform": {
"php": "7.4"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"composer/installers": "^1.11.0"
},
"require-dev": {
"brain/monkey": "^2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^2.1.1",
"wp-cli/wp-cli-bundle": "^2.5.0",
"wp-coding-standards/wpcs": "^2.3.0"
}
}