Mercurial > hg > rc1
comparison plugins/filters/composer.json @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 { | |
2 "name": "roundcube/filters", | |
3 "type": "roundcube-plugin", | |
4 "description": "Plugin that adds a new tab to the settings section to create client-side e-mail filtering.", | |
5 "keywords": ["filters","client-side","rules","spam"], | |
6 "homepage": "https://github.com/6ec123321/filters/archive/master.zip", | |
7 "license": "GNU GPLv3+", | |
8 "version": "2.1.6", | |
9 "authors": [ | |
10 { | |
11 "name": "Roberto Zarrelli", | |
12 "email": "zarrelli@unimol.it", | |
13 "role": "Author" | |
14 }, | |
15 { | |
16 "name": "Artur Petrov", | |
17 "email": "admin@gtn18.ru", | |
18 "role": "Developer" | |
19 } | |
20 ], | |
21 "repositories": [ | |
22 { | |
23 "type": "composer", | |
24 "url": "http://plugins.roundcube.net" | |
25 } | |
26 ], | |
27 "require": { | |
28 "php": ">=5.3.0", | |
29 "roundcube/plugin-installer": ">=0.1.3" | |
30 }, | |
31 "extra": { | |
32 "roundcube": { | |
33 "min-version": "1.0-rc" | |
34 } | |
35 } | |
36 } |