1
0
Fork 0
phpmailer/composer.json
2024-09-03 16:13:05 +02:00

30 Zeilen
Kein EOL
763 B
JSON

{
"name": "phpbo/phpmailer",
"description": "plugin for cms CONTENIDO to add PHPMailer",
"version": "1.0.0",
"license": "MIT",
"minimum-stability": "stable",
"authors": [
{
"name": "ortwin pinke",
"email": "o.pinke@php-backoffice.de",
"homepage": "https://php-backoffice.de",
"role": "Developer"
}
],
"support": {
"email": "info@php-backoffice.de",
"forum": "https://forum.contenido.org/viewtopic.php?f=116&t=44721"
},
"require": {
"php": ">=8.2",
"phpmailer/phpmailer": "v6.9.1",
"decomplexity/sendoauth2": "v4.1.0",
"google/apiclient": "v2.17.0",
"league/oauth2-google": "4.0.1",
"greew/oauth2-azure-provider":"v1.0.4"
},
"require-dev": {
"rector/rector": "1.2.4"
}
}