From 37fe9f85f04e6298fdfa9fd69cbe146e8a5b18ff Mon Sep 17 00:00:00 2001 From: Digit Date: Tue, 17 Dec 2024 15:45:29 +0200 Subject: [PATCH] Add support of Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5ba742a..27f776c 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Swagger yaml generator", "keywords": ["api", "swagger", "open auth"], "license": "MIT", - "version": "1.4.11", + "version": "1.5.0", "authors": [ { "name": "Digit", @@ -12,7 +12,7 @@ ], "require": { "php": "^8.0", - "laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0", + "laravel/framework": "^7.30.6||^8.75||^9.1.9||^10.0||^11.0", "symfony/yaml": "^6.1", "phpdocumentor/reflection-docblock": "^4.3|^5.0", "doctrine/annotations": "^1.6"