php-alert-client/composer.json

24 lines
426 B
JSON
Raw Normal View History

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": {
2018-06-23 03:22:03 +00:00
"arch/php-internal-api-client": "^0.6.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"
}
}
}