mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-04 18:02:58 +00:00
c6b2ed96d7
- Updating phpmailer/phpmailer (v6.5.0 => v6.9.1)
22 lines
581 B
JSON
22 lines
581 B
JSON
{
|
|
"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",
|
|
"phpmailer/phpmailer": "^6.1"
|
|
},
|
|
"license": "3-clause BSD license",
|
|
"minimum-stability": "stable",
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"autoloader-suffix": "PhpMailerAddon",
|
|
"preferred-install": "dist"
|
|
}
|
|
}
|