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