From a506cd998f3ba54e53440d23f548190c5b48dc3d Mon Sep 17 00:00:00 2001 From: hasansoyalan Date: Mon, 26 Sep 2022 14:54:13 +0300 Subject: [PATCH] Added Laravel 9.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f41c1e2..a407e2e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", "swagger-api/swagger-ui": "^3.1", "zircote/swagger-php": "^2.0" },