forked from WebDevStudios/custom-post-type-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 865 Bytes
/
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
{
"name": "WebDevStudios/wp-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", "CPT", "CMS", "post", "types", "post type", "taxonomy", "tax", "custom"],
"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"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "CPT": "src/" }
}
}