2018-05-08 07:35:56 +00:00
|
|
|
{
|
2019-02-25 03:25:00 +00:00
|
|
|
"name": "paidian/work-wx-alert",
|
2018-05-08 07:35:56 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "候学杰",
|
|
|
|
"email": "houxuejie@haowumc.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
2019-02-25 03:27:28 +00:00
|
|
|
"arch/php-internal-api-client": "^0.6.1",
|
|
|
|
"paidian/json-rpc": "~1.1"
|
2018-05-08 07:35:56 +00:00
|
|
|
},
|
|
|
|
"repositories": {
|
|
|
|
"php-internal-api-client": {
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "git@git.int.haowumc.com:arch/php-internal-api-client.git"
|
2019-02-25 03:27:28 +00:00
|
|
|
},
|
|
|
|
"php-json-rpc": {
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "git@git.int.haowumc.com:composer/php-json-rpc.git"
|
2018-05-08 07:35:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|