From bcc43079e36679e81fc7e766efdd017ca2f31955 Mon Sep 17 00:00:00 2001 From: Dan Tomlinson Date: Fri, 6 Sep 2019 16:47:53 +0100 Subject: [PATCH] Updated composer.json to allow Laravel 6.0 dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 23a9b02..afe96ff 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ } ], "require": { - "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*", - "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*", - "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*" + "illuminate/support": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*", + "illuminate/session": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*", + "illuminate/events": "5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||6.0.*" }, "require-dev": { "phpunit/phpunit": "~5.0||~6.0||~7.0||~8.0",