Skip to content

Commit

Permalink
Update to use v3 of all libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed May 22, 2016
1 parent a23da9d commit fb8f3c5
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 87 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"license": "MIT",
"require": {
"php": "~5.4",
"chadicus/slim-oauth2-http": "~1.0",
"chadicus/slim-oauth2-middleware": "~1.0",
"chadicus/slim-oauth2-routes": "~1.0"
"chadicus/slim-oauth2-http": "~3.0",
"chadicus/slim-oauth2-middleware": "~3.0",
"chadicus/slim-oauth2-routes": "~3.0"
},
"suggest": {
"ext-mongo": "Mongo needed for examples."
"require-dev": {
"ext-mongo": "~1.1",
"slim/php-view": "~2.0"
}
}
Loading

0 comments on commit fb8f3c5

Please sign in to comment.