20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"name": "paidian/json-rpc",
|
|
"type": "library",
|
|
"description": "json rpc server/client.",
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"illuminate/support": "^5.5",
|
|
"illuminate/http": "^5.5",
|
|
"monolog/monolog": "^1.24"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JsonRpc\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"itxq/api-doc-php": "^1.1"
|
|
}
|
|
}
|