Skip to content

Commit

Permalink
adding basic composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Jul 5, 2012
1 parent 469311d commit 6b2ffe4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "rchavik/sites",
"type": "cakephp-plugin",
"description": "Croogo Multisite Plugin",
"homepage": "http://github.com/rchavik/sites",
"license": "MIT",
"authors": [
{
"name": "Rachman Chavik",
"email": "contact@xintesa.com",
"homepage": "http://xintesa.com"
}
],
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
}
}

0 comments on commit 6b2ffe4

Please sign in to comment.