forked from alexis-magina/cmb2-field-post-search-ajax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 923 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": "alexis-magina/cmb2-field-post-search-ajax",
"description": "CMB2 field type to attach posts to each others. Search with Ajax.",
"license": "GPL-3.0",
"authors": [
{
"name": "Magina",
"email": "contact@magina.fr",
"homepage": "https://github.com/alexis-magina/",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "metabox", "post", "relationship", "attached", "related"],
"homepage": "https://github.com/alexis-magina/cmb2-field-post-search-ajax",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/alexis-magina/cmb2-field-post-search-ajax/issues",
"source": "https://github.com/alexis-magina/cmb2-field-post-search-ajax/"
},
"require": {
"php": ">5.2.4"
},
"suggest": {
"composer/installers": "~1.0"
}
}