You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ JsonRpcBundle
6
6
[](https://packagist.org/packages/wa72/jsonrpc-bundle)
7
7
8
8
9
-
JsonRpcBundle is a bundle for Symfony 2.3 and up that allows to easily build a JSON-RPC server for web services using [JSON-RPC 2.0] (http://www.jsonrpc.org/specification).
9
+
JsonRpcBundle is a bundle for Symfony 2.7 and up that allows to easily build a JSON-RPC server for web services using [JSON-RPC 2.0] (http://www.jsonrpc.org/specification).
10
10
11
11
The bundle contains a controller that is able to expose methods of any service registered in the Symfony service container as a JSON-RPC web service.
12
12
@@ -16,4 +16,4 @@ Documentation
16
16
Documentation is found in [Resources/doc/index.rst](Resources/doc/index.rst).
Copy file name to clipboardExpand all lines: Resources/doc/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
JsonRpcBundle
2
2
=============
3
3
4
-
JsonRpcBundle is a bundle for Symfony 2.3 and up that allows to easily build a JSON-RPC server for web services using `JSON-RPC 2.0`_.
4
+
JsonRpcBundle is a bundle for Symfony 2.7 and up that allows to easily build a JSON-RPC server for web services using `JSON-RPC 2.0`_.
5
5
6
6
The bundle contains a controller that is able to expose methods of any service registered in the Symfony service container as a JSON-RPC web service. The return value of the service method is converted to JSON using `jms\_serializer`_.
7
7
@@ -108,7 +108,7 @@ and you should get the following answer:
108
108
There are also unit tests for phpunit. Just install the required dependencies using ``composer install`` and run
0 commit comments