-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
"php": "^7.1.3", | ||
"graham-campbell/manager": "^4.0", | ||
"hashids/hashids": "^3.0", | ||
"illuminate/contracts": "5.6.*", | ||
"illuminate/support": "5.6.*" | ||
"illuminate/contracts": "5.7.*", | ||
"illuminate/support": "5.7.*" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
vinkla
Author
Owner
|
||
}, | ||
"require-dev": { | ||
"graham-campbell/analyzer": "^2.0", | ||
|
@@ -38,7 +38,7 @@ | |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "5.0-dev" | ||
"dev-master": "5.1-dev" | ||
}, | ||
"laravel": { | ||
"providers": [ | ||
|
Hello, Why you dropped support for 5.6? you can use "~5.6.0|~5.7.0"