php-auth-client/composer.json

25 lines
510 B
JSON
Raw Normal View History

2018-01-02 03:15:51 +00:00
{
2019-01-23 08:12:45 +00:00
"name": "paidian/auth-client",
2018-01-02 03:15:51 +00:00
"authors": [
{
"name": "候学杰",
2019-01-23 08:12:45 +00:00
"email": "houxuejie@hawumc.com"
2018-01-02 03:15:51 +00:00
}
],
"autoload": {
"psr-4": {
2019-01-22 10:59:03 +00:00
"PdAuth\\": "src/"
2018-01-02 03:15:51 +00:00
}
},
"require": {
"illuminate/support": "^5.5",
2019-01-22 10:59:03 +00:00
"paidian/json-rpc": "dev-master"
},
"repositories": {
"php-json-rpc": {
"type": "vcs",
"url": "git@git.int.haowumc.com:composer/php-json-rpc.git"
}
2018-01-02 03:15:51 +00:00
}
}