email-amazon/DMS/docker-data/roundcube/plugins/email_config/composer.json

18 lines
415 B
JSON

{
"name": "local/email_config",
"type": "roundcube-plugin",
"description": "Email Configuration Plugin - Opens external email config interface",
"license": "MIT",
"version": "1.0.0",
"authors": [
{
"name": "Custom Plugin",
"role": "Developer"
}
],
"require": {
"php": ">=7.0.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}