Skip to content

Commit

Permalink
Added required
Browse files Browse the repository at this point in the history
Missed this off
  • Loading branch information
spacedmonkey committed Apr 2, 2014
1 parent 5deedfb commit fa0c946
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"name" : "johnbillion/extended-cpts",
"description": "A library which provides extended functionality to WordPress custom post types, allowing developers to quickly build custom post types without having to write the same code again and again.",
"homepage" : "https://github.com/johnbillion/ExtendedCPTs/",
"license" : "GPL-2.0+",
"type" : "wordpress-plugin",
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "John Blackbourn",
"homepage": "https://johnblackbourn.com/"
}
]
],
"require": {
"composer/installers": "~1.0"
}
}

0 comments on commit fa0c946

Please sign in to comment.