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
24 lines
609 B
JSON
24 lines
609 B
JSON
{
|
|
"name": "roundcube/additional_message_headers",
|
|
"type": "roundcube-plugin",
|
|
"description": "Very simple plugin which will add additional headers to or remove them from outgoing messages.",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "1.2.1",
|
|
"authors": [
|
|
{
|
|
"name": "Ziba Scott",
|
|
"email": "email@example.org",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.3.0",
|
|
"roundcube/plugin-installer": "~0.3.5"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"additional_message_headers.php"
|
|
]
|
|
}
|
|
}
|