Aleksander Machniak
2016-02-09 c8023ac6b1ffefb0f97746a15af40a4d260a2781
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.",
114342 5     "license": "GPLv2",
c8023a 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 }