Skip to content

Commit

Permalink
Adding composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Hurd committed Oct 10, 2014
1 parent 54f1caf commit cb5651b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "neilcrookes/CakePHP-Blog-Plugin",
"type": "cakephp-plugin",
"description": "A CakePHP blog plugin for CakePHP2.0+",
"keywords": [
"cakephp"
],
"homepage": "https://github.com/neilcrookes/CakePHP-Blog-Plugin",
"license": "MIT",
"authors": [
{
"name": "Neil Crookes",
"homepage": "http://www.neilcrookes.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.2.0",
"neilcrookes/CakePHP-HABTM-Counter-Cache-Plugin": "dev-master"
}
}

0 comments on commit cb5651b

Please sign in to comment.