Skip to content

Commit 4976f21

Browse files
authored
Update composer type -> symfony-bundle (#117)
Makes it clear that this is a symfony bundle, not just a PHP library Co-authored-by: tacman <[email protected]>
1 parent a8a18b4 commit 4976f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "yoanm/symfony-jsonrpc-http-server",
33
"description": "Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response",
44
"license": "MIT",
5-
"type": "library",
5+
"type": "symfony-bundle",
66
"support": {
77
"issues": "https://github.com/yoanm/symfony-jsonrpc-http-server/issues"
88
},

0 commit comments

Comments
 (0)