From 148e6a2a180a966c3549730821493335aea7fbd4 Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:24:18 +0200 Subject: [PATCH] Update composer `type` -> `symfony-bundle` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b6d70e..f189948 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "yoanm/symfony-jsonrpc-http-server-doc", "description": "Symfony bundle for easy JSON-RPC server documentation", "license": "MIT", - "type": "library", + "type": "symfony-bundle", "support": { "issues": "https://github.com/yoanm/symfony-jsonrpc-http-server-doc/issues" },