php-alert-client/composer.json
2019-02-25 11:25:00 +08:00

24 lines
426 B
JSON

{
"name": "paidian/work-wx-alert",
"authors": [
{
"name": "候学杰",
"email": "houxuejie@haowumc.com"
}
],
"autoload": {
"files": [
"src/functions.php"
]
},
"require": {
"arch/php-internal-api-client": "^0.6.1"
},
"repositories": {
"php-internal-api-client": {
"type": "vcs",
"url": "git@git.int.haowumc.com:arch/php-internal-api-client.git"
}
}
}