From 015b2a8607b90d0eeff79970fd0b958eff097682 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 4 Oct 2019 09:54:04 +0200 Subject: [PATCH] Update composer.json Should also support Laravel 6.1 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index afe96ff..e871ef2 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ } ], "require": { - "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.*" + "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",