23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"name": "dipper/sms",
|
|
"description": "短信发送",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "HollyTeng",
|
|
"email": "n.haoyuan@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"guzzlehttp/guzzle": "~6.0",
|
|
"illuminate/support": "5.5.*",
|
|
"psr/http-message": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dipper\\Sms\\": "src/"
|
|
}
|
|
}
|
|
} |