mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Bump minimum version of Laravel required
Laravel made a breaking change to the EncryptCookies middleware, this makes it explicit that we require at least 5.5.40.
This commit is contained in:
parent
a51215b9b3
commit
9bfdf6236b
@ -38,7 +38,7 @@
|
||||
"october/system": "~1.0",
|
||||
"october/backend": "~1.0",
|
||||
"october/cms": "~1.0",
|
||||
"laravel/framework": "5.5.*",
|
||||
"laravel/framework": "^5.5.40",
|
||||
"wikimedia/composer-merge-plugin": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user