2020-01-29 14:20:39 -05:00
|
|
|
{
|
|
|
|
"name": "friendica-addons/phpmailer",
|
|
|
|
"description": "Replaces the default `mail()` function by the `PHPMailer` library",
|
|
|
|
"type": "friendica-addon",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marcus Mueller",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0",
|
2020-01-29 15:12:43 -05:00
|
|
|
"phpmailer/phpmailer": "^6.1"
|
2020-01-29 14:20:39 -05:00
|
|
|
},
|
|
|
|
"license": "3-clause BSD license",
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"autoloader-suffix": "PhpMailerAddon",
|
|
|
|
"preferred-install": "dist"
|
|
|
|
}
|
|
|
|
}
|