-
Notifications
You must be signed in to change notification settings - Fork 62
/
composer.json
34 lines (34 loc) · 1.03 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
{
"name": "cmb2/cmb2-attached-posts",
"description": "Custom field for CMB2 for creating post relationships.",
"license": "GPL-2.0+",
"prefer-stable": true,
"minimum-stability": "dev",
"authors": [
{
"name": "Justin Sternberg",
"email": "[email protected]",
"homepage": "https://dsgnwrks.pro",
"role": "Developer"
},
{
"name": "WebDevStudios",
"email": "[email protected]",
"homepage": "https://github.com/WebDevStudios",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "metabox","post","relationship","attached"],
"homepage": "https://github.com/CMB2/CMB2",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/CMB2/cmb2-attached-posts/issues",
"source": "https://github.com/CMB2/cmb2-attached-posts/"
},
"require": {
"php": ">5.2.4"
},
"suggest": {
"composer/installers": "~1.0"
}
}