Aleksander Machniak
2016-02-09 b2d4cfa89a9d498f98b5d19ac496cf9f70f92070
commit | author | age
38ab0b 1 {
TB 2     "name": "roundcube/additional_message_headers",
3     "type": "roundcube-plugin",
4     "description": "Very simple plugin which will add additional headers to or remove them from outgoing messages.",
5     "license": "GNU GPL v2",
b2d4cf 6     "version": "1.2.1",
38ab0b 7     "authors": [
TB 8         {
9             "name": "Ziba Scott",
10             "email": "email@example.org",
11             "role": "Lead"
12         }
13     ],
14     "repositories": [
15         {
16             "type": "composer",
17             "url": "http://plugins.roundcube.net"
18         }
19     ],
20     "require": {
21         "php": ">=5.3.0",
22         "roundcube/plugin-installer": ">=0.1.3"
23     }
24 }