im/vendor/singka/ucloud-sms/composer.json

27 lines
621 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "singka/ucloud-sms",
"description": "ThinkPHP系列Ucloud的短信接口支持ThinkPHP6、ThinkPHP5.1和ThinkPHP5.0",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "宁波晟嘉网络科技有限公司 夏慧新",
"email": "shycomet@singka.email"
}
],
"require": {
"php" : ">=5.6"
},
"autoload": {
"psr-4": {
"Singka\\UcloudSms\\" : "src/"
}
},
"extra": {
"think": {
"config": {
"usms": "config/config.php"
}
}
}
}