-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 939 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
30
31
{
"name": "WebDevStudios/CMB2",
"description": "Custom Metaboxes and Fields (CMB) will create metaboxes and forms with custom fields that will blow your mind.",
"license": "GPL-2.0+",
"version": "2.0",
"keywords": ["wordpress", "plugin", "metabox"],
"homepage": "https://github.com/WebDevStudios/CMB2",
"type": "wordpress-plugin",
"authors": [
{
"name": "WebDevStudios",
"email": "[email protected]",
"homepage": "https://github.com/WebDevStudios",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/WebDevStudios/CMB2/issues",
"source": "http://wordpress.org/support/plugin/cmb2"
},
"require": {
"php": ">5.2.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"files": ["init.php"]
}
}