Add Laravel 5.8 support (#911)

This commit is contained in:
George Hanson 2019-02-26 18:01:54 +00:00 committed by Barry vd. Heuvel
parent f78618a0ea
commit 5fcba4cc8e
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
"require": {
"php": ">=7.0",
"maximebf/debugbar": "~1.15.0",
"illuminate/routing": "5.5.x|5.6.x|5.7.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x",
"illuminate/routing": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/session": "5.5.x|5.6.x|5.7.x|5.8.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x",
"symfony/debug": "^3|^4",
"symfony/finder": "^3|^4"
},