Skip to content

Commit 5d35895

Browse files
committed
fix: Update deps
1 parent f417a0c commit 5d35895

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"role": "Developer"
1414
}
1515
],
16+
"repositories": [
17+
{
18+
"type": "vcs",
19+
"url": "https://github.com/symfonyx/php-jsonrpc-server-sdk.git"
20+
}
21+
],
1622
"autoload": {
1723
"psr-4": {
1824
"Yoanm\\JsonRpcParamsSymfonyValidator\\": "src"
@@ -32,7 +38,7 @@
3238
},
3339
"require": {
3440
"php": ">=7.2",
35-
"yoanm/jsonrpc-server-sdk": "^3.0",
41+
"symfonyx/jsonrpc-server-sdk": "dev-master",
3642
"symfony/validator": "^4.0 || ^5.0"
3743
},
3844
"require-dev": {

0 commit comments

Comments
 (0)