mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 09:31:18 +01:00
* use fixed "roundcube/plugin-installer" * Use composer autoloader for plugins testing * cherrypick remaining from 9241 related with testing * minor legacy autoload improvements
30 lines
893 B
JSON
30 lines
893 B
JSON
{
|
|
"name": "roundcube/database_attachments",
|
|
"type": "roundcube-plugin",
|
|
"description": "This plugin which provides database backed storage for temporary attachment file handling. The primary advantage of this plugin is its compatibility with round-robin dns multi-server Roundcube installations.",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "1.2",
|
|
"authors": [
|
|
{
|
|
"name": "Aleksander Machniak",
|
|
"email": "alec@alec.pl",
|
|
"role": "Lead"
|
|
},
|
|
{
|
|
"name": "Ziba Scott",
|
|
"email": "ziba@umich.edu",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"roundcube/plugin-installer": "~0.3.5",
|
|
"roundcube/filesystem_attachments": ">=1.0.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"database_attachments.php"
|
|
]
|
|
}
|
|
}
|