32 lines
622 B
JSON
32 lines
622 B
JSON
{
|
|
"name": "jasonc/sms",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "C.Jason",
|
|
"email": "chenjxlg@163.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"overtrue/easy-sms": "^2.0",
|
|
"laravel/framework": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jason\\Sms\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Jason\\Sms\\ServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Sms": "Jason\\Sms\\Facade"
|
|
}
|
|
}
|
|
}
|
|
}
|