Skip to content

Commit

Permalink
updating coposer files
Browse files Browse the repository at this point in the history
  • Loading branch information
entomb committed May 17, 2013
1 parent c9cdb8d commit c57007f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
#slim-jsonAPI
This is an extention to the [SLIM framework](https://github.com/codeguy/Slim) to implement json API's with great ease.

##instalation
Using composer you can add use this as your composer.json

```json
{
"require": {
"slim/slim": "2.*",
"entomb/slim-json-api": "dev-master"
}
}

```

##Usage
To include the middleware and view you just have to load them using the default _Slim_ way.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.2.0"
"php": ">=5.3.0"
},
"autoload": {
"classmap": ["jsonAPI/"]
Expand Down

0 comments on commit c57007f

Please sign in to comment.