php-auth-client/composer.json
2019-01-22 18:59:03 +08:00

25 lines
514 B
JSON

{
"name": "arch/php-auth-client",
"authors": [
{
"name": "候学杰",
"email": "houxuejie@hawumc.com.tv"
}
],
"autoload": {
"psr-4": {
"PdAuth\\": "src/"
}
},
"require": {
"illuminate/support": "^5.5",
"paidian/json-rpc": "dev-master"
},
"repositories": {
"php-json-rpc": {
"type": "vcs",
"url": "git@git.int.haowumc.com:composer/php-json-rpc.git"
}
}
}