php-json-rpc/composer.json
2019-02-19 14:48:06 +08:00

27 lines
626 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",
"itxq/api-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"
}
}
}