php-alert-client/composer.json
2018-06-23 11:23:14 +08:00

24 lines
415 B
JSON

{
"name": "arch/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"
}
}
}