Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added composer.json
  • Loading branch information
Onni Hakala committed Dec 9, 2015
1 parent 06d4651 commit 068727f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
@@ -0,0 +1,26 @@
{
"name": "webdevstudios/cmb2-post-search-field",
"description": "Custom field for CMB2 which adds a post-search dialog for searching/attaching other post IDs.",
"license": "GPL-2.0+",
"authors": [
{
"name": "WebDevStudios",
"email": "contact@webdevstudios.com",
"homepage": "https://github.com/WebDevStudios",
"role": "Developer"
}
],
"keywords": ["wordpress", "plugin", "metabox","search","field"],
"homepage": "https://github.com/WebDevStudios/CMB2",
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/WebDevStudios/CMB2-Post-Search-field/issues",
"source": "https://github.com/WebDevStudios/CMB2-Post-Search-field"
},
"require": {
"php": ">5.2.4"
},
"suggest": {
"composer/installers": "~1.0"
}
}

0 comments on commit 068727f

Please sign in to comment.