19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "fguillot/json-rpc",
|
|
"description": "Simple Json-RPC client/server library that just works",
|
|
"homepage": "https://github.com/fguillot/JsonRPC",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Frédéric Guillot"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"JsonRPC": "src/"}
|
|
}
|
|
}
|