php-alert-client/composer.json

24 lines
415 B
JSON
Raw Normal View History

2018-05-08 07:35:56 +00:00
{
2018-05-08 07:40:54 +00:00
"name": "arch/alert",
2018-05-08 07:35:56 +00:00
"authors": [
{
"name": "候学杰",
"email": "houxuejie@haowumc.com"
}
],
"autoload": {
"files": [
"src/functions.php"
]
},
"require": {
"arch/php-internal-api-client": "^0.6.0"
},
"repositories": {
"php-internal-api-client": {
"type": "vcs",
"url": "git@git.int.haowumc.com:arch/php-internal-api-client.git"
}
}
}