From 456aa626448c73d6d1c34778a7a5f67d49a8bafb Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:23:42 +0200 Subject: [PATCH] Update composer `type` property --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8796e01..bd0896a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "yoanm/symfony-jsonrpc-params-validator", "description": "Symfony bundle for easy JSON-RPC params validation", "license": "MIT", - "type": "library", + "type": "symfony-bundle", "support": { "issues": "https://github.com/yoanm/symfony-jsonrpc-params-validator/issues" },