1
0
Fork 0
phpmailer/composer.json

22 Zeilen
477 B
JSON

{
"name": "phpbo/phpmailer",
"description": "plugin for cms CONTENIDO to add PHPMailer",
"version": "0.0.1",
"license": "MIT",
"minimum-stability": "stable",
"authors": [
{
"name": "ortwin pinke",
"email": "o.pinke@php-backoffice.de",
"homepage": "https://php-backoffice.de",
"role": "Developer"
}
],
"require": {
"php": ">=8.0",
"phpmailer/phpmailer": "v6.9.1"
},
"require-dev": {
"rector/rector": "0.19.0"
}
}