Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 2, 2015
1 parent 15bc5a8 commit 4417d2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Laravel | Resources
4.2.x | 2.2.x
5.0.x | 3.0.x
5.1.x | 3.1.x
5.2.x | 3.2.x@dev

## Installation

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
},
"require": {
"php": ">=5.5.0",
"orchestra/routing": "3.1.*",
"orchestra/support-facades": "3.1.*"
"orchestra/routing": "3.2.*",
"orchestra/support-facades": "3.2.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"illuminate/events": "5.1.*",
"illuminate/http": "5.1.*",
"orchestra/facile": "3.1.*"
"illuminate/events": "5.2.*",
"illuminate/http": "5.2.*",
"orchestra/facile": "3.2.*"
},
"suggest": {
"laravel/framework": "Allow using orchestra/resources component outside of Orchestra Platform (~5.1).",
"orchestra/foundation": "Allow using orchestra/resources with Orchestra Platform (~3.1)."
"laravel/framework": "Allow using orchestra/resources component outside of Orchestra Platform (~5.2).",
"orchestra/foundation": "Allow using orchestra/resources with Orchestra Platform (~3.2)."
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 4417d2a

Please sign in to comment.