From a2a16e864f18cafed02d625bba5c202d809be8e0 Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Sat, 12 Feb 2022 23:02:42 +0100 Subject: [PATCH] Support Laravel 9 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0c1d40c..06faa52 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/auth": "^8.65", - "illuminate/filesystem": "^8.65", - "illuminate/http": "^8.65", - "illuminate/session": "^8.65", - "illuminate/support": "^8.65" + "illuminate/auth": "^8.65|^9.0", + "illuminate/filesystem": "^8.65|^9.0", + "illuminate/http": "^8.65|^9.0", + "illuminate/session": "^8.65|^9.0", + "illuminate/support": "^8.65|^9.0" }, "require-dev": { "orchestra/testbench": "^6.0",