Skip to content

Commit 54014a4

Browse files
authored
Improve versionning
1 parent de58c75 commit 54014a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Symfony bundle for easy JSON-RPC server OpenAPI 3.0.0 documentation",
44
"license": "MIT",
55
"type": "library",
6-
"minimum-stability": "dev",
76
"support": {
87
"issues": "https://github.com/yoanm/symfony-jsonrpc-http-server-openapi-doc/issues"
98
},
@@ -31,9 +30,9 @@
3130
},
3231
"require": {
3332
"php": ">=7.1",
34-
"yoanm/jsonrpc-server-doc-sdk": "dev-release/0.1.0",
35-
"yoanm/jsonrpc-http-server-openapi-doc-sdk": "dev-release/0.1.0",
36-
"yoanm/symfony-jsonrpc-http-server-doc": "dev-release/0.1.0",
33+
"yoanm/jsonrpc-server-doc-sdk": "^0.1",
34+
"yoanm/jsonrpc-http-server-openapi-doc-sdk": "^0.1",
35+
"yoanm/symfony-jsonrpc-http-server-doc": "^0.1",
3736
"symfony/http-kernel": "^3.0 || ^4.0",
3837
"symfony/dependency-injection": "^3.0 || ^4.0"
3938
},

0 commit comments

Comments
 (0)