Skip to content

Commit

Permalink
Merge pull request CMB2#21 from nlemoine/composer
Browse files Browse the repository at this point in the history
CMB2#19 - Composer.json
  • Loading branch information
jtsternberg committed Sep 16, 2014
2 parents 7231e93 + c53095c commit cbcd543
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "WebDevStudios/CMB2",
"description": "Custom Metaboxes and Fields (CMB) will create metaboxes and forms with custom fields that will blow your mind.",
"license": "GPL-2.0+",
"version": "2.0",
"keywords": ["wordpress", "plugin", "metabox"],
"homepage": "https://github.com/WebDevStudios/CMB2",
"type": "wordpress-plugin",
"authors": [
{
"name": "WebDevStudios",
"email": "[email protected]",
"homepage": "https://github.com/WebDevStudios",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/WebDevStudios/CMB2/issues",
"source": "https://github.com/WebDevStudios/CMB2"
},
"require": {
"php": ">5.2.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"files": ["init.php"]
}
}

0 comments on commit cbcd543

Please sign in to comment.