php-alert-client/composer.json

27 lines
493 B
JSON
Raw Normal View History

2018-05-08 07:35:56 +00:00
{
"name": "arch/notification",
"authors": [
{
"name": "候学杰",
"email": "houxuejie@haowumc.com"
}
],
"autoload": {
"psr-4": {
"Arch\\Notification\\": "src/Notification"
},
"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"
}
}
}