annotate plugins/rc_foldersort/composer.json @ 33:d41c01c5c933

two fixes to distro
author Charlie Root
date Sun, 27 May 2018 16:53:20 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
1 {
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
2 "name": "takika/rc_foldersort",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
3 "type": "roundcube-plugin",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
4 "description": "Roundcube webmail plugin to do per-folder sorting",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
5 "homepage": "https://github.com/Takika/rc_foldersort",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
6 "license": "AGPLv3",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
7 "authors": [
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
8 {
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
9 "name": "Sandor Takacs",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
10 "email": "taki@alkoholista.hu",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
11 "role": "Developer"
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
12 }
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
13 ],
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
14 "repositories": [
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
15 {
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
16 "type": "composer",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
17 "url": "http://plugins.roundcube.net"
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
18 }
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
19 ],
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
20 "require": {
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
21 "php": ">=5.3.0",
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
22 "roundcube/plugin-installer": ">=0.1.3"
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
23 }
d41c01c5c933 two fixes to distro
Charlie Root
parents:
diff changeset
24 }