Skip to content

Commit

Permalink
Indicate that we need Laravel 5.1.18+
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Dec 15, 2015
1 parent db2675d commit 21ad875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"mockery/mockery": "0.9.*",
"laravel/framework": "~5.1.0",
"laravel/framework": "~5.1.18",
"hashids/hashids": "~1.0"
},
"replace": {
Expand Down
2 changes: 1 addition & 1 deletion src/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=5.5.0",
"illuminate/contracts": "~5.1.0",
"illuminate/database": "~5.1.0"
"illuminate/database": "~5.1.18"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 21ad875

Please sign in to comment.