From 69dd498e3ba635cde0de3b5ed3f15a0e0bce58d6 Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Mon, 16 Feb 2026 14:11:46 +1300 Subject: [PATCH] Add swagger-php:^6.0 to composer.json dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c392d22..d69cd89 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "phpstan/phpstan": "^1.10 || ^2.0", "phpunit/phpunit": "^10.0", "symfony/yaml": "^6.0|^7.0", - "zircote/swagger-php": "^4.8 || ^5.0" + "zircote/swagger-php": "^4.8 || ^5.0 || ^6.0" }, "suggest": { "laravel/laravel": "A PHP framework",