From af38af81f1ddf36a0023ea39998790e48b625007 Mon Sep 17 00:00:00 2001 From: Claudio Pennati Date: Mon, 8 Aug 2022 13:39:30 +0200 Subject: [PATCH] added support for laravel 9.0 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 707f639..ea0e80d 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,9 @@ } ], "require": { - "illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0" + "illuminate/encryption": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "autoload": { "psr-4": {