Skip to content

Commit

Permalink
Update contracts deps.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 18, 2015
1 parent 4977d9a commit 1160d65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.1.*",
"orchestra/contracts": "3.1.*"
"orchestra/contracts": "3.2.*"
},
"require-dev": {
"mockery/mockery": "0.9.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.1.*",
"orchestra/contracts": "3.1.*"
"orchestra/contracts": "3.2.*"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).",
Expand Down
2 changes: 1 addition & 1 deletion src/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.1.*",
"orchestra/contracts": "3.1.*"
"orchestra/contracts": "3.2.*"
},
"suggest": {
"laravel/framework": "Allow using orchestra/support component outside of Orchestra Platform (~5.1).",
Expand Down

0 comments on commit 1160d65

Please sign in to comment.