Skip to content

Commit 3be16ed

Browse files
authored
Remove dev versions (#39)
1 parent fa0e334 commit 3be16ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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-
"minimum-stability": "dev",
65
"type": "library",
76
"support": {
87
"issues": "https://github.com/yoanm/symfony-jsonrpc-http-server/issues"
@@ -33,7 +32,7 @@
3332
},
3433
"require": {
3534
"php": ">=7.1",
36-
"yoanm/jsonrpc-server-sdk": "dev-release/3.0.0",
35+
"yoanm/jsonrpc-server-sdk": "v3.0.0",
3736
"symfony/http-foundation": "^3.0 || ^4.0",
3837
"symfony/http-kernel": "^3.0 || ^4.0",
3938
"symfony/config": "^3.0 || ^4.0",

0 commit comments

Comments
 (0)