forked from CMB2/cmb2-attached-posts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 999 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
32
{
"name": "cmb2/cmb2-attached-posts",
"description": "Custom field for CMB2 for creating post relationships.",
"license": "GPL-2.0+",
"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"
}
}