From c9ac99f1d22213870845f1fccba0f63e169f7e48 Mon Sep 17 00:00:00 2001 From: fotrino Date: Mon, 14 Feb 2022 13:14:56 -0300 Subject: [PATCH] Laravel 9 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c541d8..dc98bd1 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0" + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "~6.0|~8.0",