forked from CMB2/CMB2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
29 lines (29 loc) · 866 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
27
28
29
{
"name": "webdevstudios/cmb2",
"description": "CMB2 is a metabox, custom fields, and forms library for WordPress that will blow your mind.",
"license": "GPL-2.0+",
"authors": [
{
"name": "WebDevStudios",
"email": "contact@webdevstudios.com",
"homepage": "https://github.com/WebDevStudios",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "metabox"],
"homepage": "https://github.com/WebDevStudios/CMB2",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/WebDevStudios/CMB2/issues",
"source": "http://wordpress.org/support/plugin/cmb2"
},
"require": {
"php": ">5.2.4"
},
"suggest": {
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}