From 8864b9efcb48e0a79e83014dd7f0a5481f5c808f Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Thu, 4 Oct 2018 09:22:24 +0200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b1ea664..d1388e9 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ ], "require": { "php": "^7.1", - "illuminate/console": "5.6.*|5.7.*", - "illuminate/http": "5.6.*|5.7.*", - "illuminate/support": "5.6.*|5.7.*", + "illuminate/console": "5.6.*|5.7.*|5.8.*", + "illuminate/http": "5.6.*|5.7.*|5.8.*", + "illuminate/support": "5.6.*|5.7.*|5.8.*", "symfony/var-dumper": "^4.1.1" }, "require-dev": {