Skip to content

Commit

Permalink
adding composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
entomb committed May 17, 2013
1 parent ff76181 commit 4a6604e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "entomb/slim-jsonAPI",
"type": "library",
"version": "0.1",
"description": "Slim extention to implement fast JSON API's",
"keywords": ["slim","slim-framwork","json", "json-view", "API", "middleware"],
"homepage": "https://github.com/entomb/slim-jsonAPI",
"license": "GPL 3.0",
"authors": [
{
"name": "Jonathan Tavares",
"email": "[email protected]",
"homepage": "https://github.com/entomb",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0"
},
"autoload": {
"classmap": ["jsonAPI/"]
}
}

0 comments on commit 4a6604e

Please sign in to comment.