Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 3, 2014
1 parent 675f0e2 commit 26f94e6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

{
"name": "josegonzalez/cakephp-dynamic-route",
"description": "Automagicallydatabase-backed dynamic routes for cakephp",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"routes",
"database"
],
"homepage": "http://github.com/josegonzalez/cakephp-dynamic-route",
"license": "MIT",
"authors": [
{
"name": "Jose Diaz-Gonzalez",
"email": "email@josediazgonzalez.com",
"homepage": "http://josediazgonzalez.com",
"role": "Maintainer"
}
],
"require": {
"composer/installers": "*"
},
"support": {
"email": "cakephp+dynamic-route@josediazgonzalez.com",
"issues": "https://github.com/josegonzalez/cakephp-dynamic-route/issues",
"source": "https://github.com/josegonzalez/cakephp-dynamic-route"
},
"extra": {
"installer-name": "DynamicRoute"
}
}

0 comments on commit 26f94e6

Please sign in to comment.