forked from wasinger/jsonrpc-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 885 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (28 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name":"wa72/jsonrpc-bundle",
"description":"JSON-RPC server for Symfony2: exposes services registered in the service container as JSON-RPC webservices",
"keywords":["json", "rpc", "jsonrpc", "json-rpc", "webservice", "symfony2bundle" ],
"homepage":"http://github.com/wasinger/jsonrpc-bundle",
"license":"MIT",
"type": "symfony-bundle",
"authors":[
{
"name":"Christoph Singer",
"email":"singer@webagentur72.de",
"homepage":"http://www.webagentur72.de"
}
],
"require":{
"php":">=5.3.1",
"symfony/symfony":"~2.3"
},
"suggest": {
"jms/serializer-bundle": "Allows you to easily serialize, and deserialize data of any complexity"
},
"autoload":{
"psr-0":{
"Wa72\\JsonRpcBundle":""
}
},
"target-dir": "Wa72/JsonRpcBundle"
}