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