Skip to content

Commit

Permalink
Added composer descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy David committed Nov 12, 2012
1 parent 1009e8b commit 9f114ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
vendor
17 changes: 17 additions & 0 deletions composer.json
@@ -0,0 +1,17 @@
{
"name": "Kunststube/Router",
"description": "A flexible router/reverse router",
"authors": [
{
"name": "deceze",
"email": "info@kunststube.net"
}
],
"autoload": {
"psr-0": { "Kunststube\\Router": "" }
},
"target-dir": "Kunststube/Router",
"require": {

}
}

0 comments on commit 9f114ba

Please sign in to comment.