forked from TheNewGuy16/cmb2-conditionals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 892 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": "jcchavezs/cmb2-conditionals",
"description": "CMB2 Conditionals is a plugin for CMB2 which allows developers to relate fields so one of them could only appear when one other have an specific value or when is not empty.",
"license": "GPL-2.0+",
"authors": [
{
"name": "José Carlos Chávez",
"email": "[email protected]",
"homepage": "https://github.com/jcchavezs",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "metabox", "conditionals"],
"homepage": "https://github.com/jcchavezs/cmb2-conditionals",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/jcchavezs/cmb2-conditionals/issues"
},
"require": {
"php": ">5.2.4",
"cmb2/cmb2": "~v2.0"
},
"suggest": {
"composer/installers": "~1.0"
}
}