From 07bc0ad8283835b6694e632d973ce20496869f34 Mon Sep 17 00:00:00 2001 From: Robin Dirksen Date: Mon, 7 Mar 2022 14:35:23 +0100 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 868a3af..41f6616 100755 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ ], "require": { "php": ">=7.0", - "illuminate/http": "~5.4", - "illuminate/session": "~5.4", - "illuminate/support": "~5.4" + "illuminate/http": "~5.4|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.4|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {