wordpress/php-fpm/wordpress_files/plugins/global-smtp/composer.json

19 lines
501 B
JSON
Raw Normal View History

2020-05-22 03:40:23 +02:00
{
"name": "rohmann/global-smtp",
"description": "Utility plugin to setup SMTP mail via constants in wp-config.php",
"keywords": ["wordpress", "smtp", "multisite"],
"homepage": "https://github.com/rohmann/global-smtp",
"license": "GPLv2",
"authors": [
{
"name": "Alexander Rohmann",
"email": "alexander@rohmann.us",
"homepage": "https://rohmann.us"
}
],
"type": "wordpress-muplugin",
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
}