From 81964359daf41f93e1bf586e3f6d79b755c1243d Mon Sep 17 00:00:00 2001 From: Erik Bonder Date: Tue, 15 Feb 2022 15:08:12 +0200 Subject: [PATCH] Add Laravel 9 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a4cc4d7..55feeed 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/support": "^7.0|^8.0", - "illuminate/console": "^7.0|^8.0" + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/console": "^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^7.5|^8.0|^9.0",