php-alert-client/composer.json
候学杰 883593849d init
2018-05-08 15:35:56 +08:00

27 lines
493 B
JSON

{
"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"
}
}
}