mirror of https://github.com/1099438829/apeblog
40 lines
855 B
JSON
40 lines
855 B
JSON
{
|
|
"name": "yzh52521/think-mail",
|
|
"description": "A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based symfony",
|
|
"keywords": [
|
|
"think-mail",
|
|
"mailer",
|
|
"symfony",
|
|
"mail",
|
|
"thinkphp6"
|
|
],
|
|
"type": "library",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "yzh52521",
|
|
"email": "yzh52521@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"symfony/mailer": "^5.3|^6.0",
|
|
"ext-fileinfo": "*"
|
|
},
|
|
"require-dev": {
|
|
"topthink/framework": "^6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mailer\\": "src/mailer"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think": {
|
|
"config": {
|
|
"mailer": "src/config/config.php"
|
|
}
|
|
}
|
|
}
|
|
}
|