Skip to content

Commit 6a03ca6

Browse files
authored
Improve versionning
1 parent 5ecd089 commit 6a03ca6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Symfony bundle for easy JSON-RPC server documentation",
44
"license": "MIT",
55
"type": "library",
6-
"minimum-stability": "dev",
76
"support": {
87
"issues": "https://github.com/yoanm/symfony-jsonrpc-http-server-doc/issues"
98
},
@@ -34,9 +33,9 @@
3433
},
3534
"require": {
3635
"php": ">=7.1",
37-
"yoanm/jsonrpc-server-sdk": "dev-release/3.0.0",
38-
"yoanm/jsonrpc-server-doc-sdk": "dev-release/0.1.0",
39-
"yoanm/symfony-jsonrpc-http-server": "dev-release/2.0.0",
36+
"yoanm/jsonrpc-server-sdk": "^3.0",
37+
"yoanm/jsonrpc-server-doc-sdk": "^0.1",
38+
"yoanm/symfony-jsonrpc-http-server": "^2.0",
4039
"symfony/http-kernel": "^3.0 || ^4.0",
4140
"symfony/config": "^3.0 || ^4.0",
4241
"symfony/dependency-injection": "^3.0 || ^4.0"

0 commit comments

Comments
 (0)