From 0ac01114fda781b48945e0e068fc2612d151ca1e Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 11 Feb 2022 03:52:42 +0300 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4535fc..0cc8af3 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "livewire/livewire": "^2.0" }, "require-dev": {