php-alert-client/composer.json

24 lines
394 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": {
2019-02-25 03:27:28 +00:00
"paidian/json-rpc": "~1.1"
2018-05-08 07:35:56 +00:00
},
"repositories": {
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
}
}
}