From 7365a6e9f551719e3597df08b337bc8be950fd26 Mon Sep 17 00:00:00 2001 From: specialtactics Date: Tue, 22 Oct 2019 19:25:41 +1100 Subject: [PATCH] Also may as well include laravel 5.8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8a51b57..3d0b3e0 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ "require": { "php": ">=7.0", "php-amqplib/php-amqplib": "v2.8.1", - "illuminate/console": "5.4.*|5.5.*|5.6.*|5.7.* || ^6", - "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.* || ^6", - "illuminate/filesystem": "5.4.*|5.5.*|5.6.*|5.7.* || ^6", + "illuminate/console": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.* || ^6", + "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.* || ^6", + "illuminate/filesystem": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.* || ^6", "vinelab/http": "^1.5" },