From 7bf70b72a40d737af290a7fd1c17ae5a6217c0c3 Mon Sep 17 00:00:00 2001 From: Mark Vaughn Date: Thu, 9 May 2024 15:41:06 -0700 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 229fc97..3f4f7b4 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=7.2 || ^8.0", - "laravel/lumen-framework": "~6.0 || ~7.0 || ^8.0 || ^9.0 || ^10.0", + "laravel/lumen-framework": "~6.0 || ~7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "zircote/swagger-php": "~2.0 || 3.*", "swagger-api/swagger-ui": "^3.0 || ^4.0", "symfony/yaml": "^4.0 || ^5.0 || ^6.2"