ooo/forward plugin
This commit is contained in:
17
DMS/docker-data/roundcube/plugins/email_config/composer.json
Normal file
17
DMS/docker-data/roundcube/plugins/email_config/composer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user