We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ecd089 commit 6a03ca6Copy full SHA for 6a03ca6
composer.json
@@ -3,7 +3,6 @@
3
"description": "Symfony bundle for easy JSON-RPC server documentation",
4
"license": "MIT",
5
"type": "library",
6
- "minimum-stability": "dev",
7
"support": {
8
"issues": "https://github.com/yoanm/symfony-jsonrpc-http-server-doc/issues"
9
},
@@ -34,9 +33,9 @@
34
33
35
"require": {
36
"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",
+ "yoanm/jsonrpc-server-sdk": "^3.0",
+ "yoanm/jsonrpc-server-doc-sdk": "^0.1",
+ "yoanm/symfony-jsonrpc-http-server": "^2.0",
40
"symfony/http-kernel": "^3.0 || ^4.0",
41
"symfony/config": "^3.0 || ^4.0",
42
"symfony/dependency-injection": "^3.0 || ^4.0"
0 commit comments