From 6b65eed0cd9ecc822a6383d389400afef6e2c39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Iva=C5=9Fcu?= Date: Wed, 9 Feb 2022 16:31:24 +0200 Subject: [PATCH] Update composer.json --- 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",