We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0e334 commit 3be16edCopy full SHA for 3be16ed
composer.json
@@ -2,7 +2,6 @@
2
"name": "yoanm/symfony-jsonrpc-http-server",
3
"description": "Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response",
4
"license": "MIT",
5
- "minimum-stability": "dev",
6
"type": "library",
7
"support": {
8
"issues": "https://github.com/yoanm/symfony-jsonrpc-http-server/issues"
@@ -33,7 +32,7 @@
33
32
},
34
"require": {
35
"php": ">=7.1",
36
- "yoanm/jsonrpc-server-sdk": "dev-release/3.0.0",
+ "yoanm/jsonrpc-server-sdk": "v3.0.0",
37
"symfony/http-foundation": "^3.0 || ^4.0",
38
"symfony/http-kernel": "^3.0 || ^4.0",
39
"symfony/config": "^3.0 || ^4.0",
0 commit comments