From e48edaa7af00c2a4a4020c6fb99d73b281a8c48c Mon Sep 17 00:00:00 2001 From: djordy Date: Tue, 22 Oct 2024 16:44:46 +0200 Subject: [PATCH] update description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80f7899d1..93c1642e3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "nelmio/api-doc-bundle", - "description": "Generates documentation for your REST API from annotations and attributes", + "description": "Generates documentation for your REST API from attributes", "keywords": ["api", "documentation", "doc", "rest"], "type": "symfony-bundle", "license": "MIT",