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:
Luke Towers 2019-12-18 16:29:57 -06:00 committed by GitHub
parent a51215b9b3
commit 9bfdf6236b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {