ebcfb60ea5
Feature/doc tool See merge request composer/php-json-rpc!1
27 lines
629 B
JSON
27 lines
629 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",
|
|
"influxdb/influxdb-php": "^1.14",
|
|
"paidian/rpc-doc-php": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JsonRpc\\": "src/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"repositories": {
|
|
"rpc-doc-php": {
|
|
"type": "vcs",
|
|
"url": "git@git.int.haowumc.com:composer/php-rpc-doc.git"
|
|
}
|
|
}
|
|
}
|