2014-12-24 03:28:26 +01:00
|
|
|
{
|
|
|
|
"name": "fguillot/json-rpc",
|
2015-04-28 18:08:42 +02:00
|
|
|
"description": "Simple Json-RPC client/server library that just works",
|
2014-12-24 03:28:26 +01:00
|
|
|
"homepage": "https://github.com/fguillot/JsonRPC",
|
|
|
|
"type": "library",
|
2015-04-28 18:08:42 +02:00
|
|
|
"license": "MIT",
|
2014-12-24 03:28:26 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
2015-08-15 03:33:39 +02:00
|
|
|
"name": "Frédéric Guillot"
|
2014-12-24 03:28:26 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2015-08-15 03:33:39 +02:00
|
|
|
"php": ">=5.3.4"
|
2014-12-24 03:28:26 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {"JsonRPC": "src/"}
|
|
|
|
}
|
|
|
|
}
|