Skip to content

Commit 33ac883

Browse files
committed
Merge branch 'hotfix/3.0.2'
2 parents 9aa39d7 + 9fffa47 commit 33ac883

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Symfony JSON-RPC HTTP Server to convert an HTTP json-rpc request into HTTP json-rpc response.
1111

12-
Symfony bundle for [`yoanm/jsonrpc-server-sdk`](https://raw.githubusercontent.com/yoanm/php-jsonrpc-server-sdk)
12+
Symfony bundle for [`yoanm/jsonrpc-server-sdk`](https://github.com/yoanm/php-jsonrpc-server-sdk)
1313

1414
See [yoanm/symfony-jsonrpc-params-validator](https://github.com/yoanm/symfony-jsonrpc-params-validator) for params validation.
1515

@@ -111,17 +111,6 @@ mapping_aware_service:
111111
class: App\Collector\MappingCollector
112112
tags: ['json_rpc_http_server.method_aware']
113113
```
114-
115-
### Custom method resolver
116-
In case you want to use your method resolver implementation, use the tag `json_rpc_http_server.method_resolver`, it will be automatically injected inside JSON-RPC server:
117-
```yaml
118-
services:
119-
my.custom_method_resolver.service:
120-
class: Custom\Method\Resolver\Class
121-
tags: ['json_rpc_http_server.method_resolver']
122-
```
123-
124-
You can take advantage of method mapping aware mechanism or write your custom resolution logic.
125114

126115
## Contributing
127116
See [contributing note](./CONTRIBUTING.md)

0 commit comments

Comments
 (0)