From 5fcba4cc8e92a230b13b99c1083fc22ba8a5c479 Mon Sep 17 00:00:00 2001 From: George Hanson Date: Tue, 26 Feb 2019 18:01:54 +0000 Subject: [PATCH] Add Laravel 5.8 support (#911) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d3db379b3..f5bdc6fbe 100644 --- a/composer.json +++ b/composer.json @@ -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" },