From f0623bf6c40ba3d06cbedd8333e1c87c721ffdf5 Mon Sep 17 00:00:00 2001 From: Erich Garcia Cruz Date: Fri, 6 Jan 2023 23:09:09 -0500 Subject: [PATCH] Upgraded compability to Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0d663aa..a65271b 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "~5.0|^6.0|^7.0|^8.0", - "illuminate/session": "~5.0|^6.0|^7.0|^8.0" + "illuminate/support": "~5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/session": "~5.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^7.0",