From 29f12c3de5ca23899a89b09fd81b894b2a7c9aeb Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 15 Sep 2025 11:38:01 -0400 Subject: [PATCH] set type to symfony-bundle Makes it clear that this is a symfony bundle, not just a PHP library --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c26caa..cccd7bc 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "yoanm/symfony-jsonrpc-http-server", "description": "Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response", "license": "MIT", - "type": "library", + "type": "symfony-bundle", "support": { "issues": "https://github.com/yoanm/symfony-jsonrpc-http-server/issues" },