commit | author | age | ||
cd9801 | 1 | { |
TB | 2 | "name": "roundcube/roundcubemail", |
3 | "description": "The Roundcube Webmail suite", | |
4 | "license": "GPL-3.0+", | |
5 | "repositories": [ | |
6 | { | |
7 | "type": "composer", | |
8 | "url": "http://plugins.roundcube.net/" | |
9 | } | |
10 | ], | |
11 | "require": { | |
12 | "php": ">=5.3.0", | |
13 | "roundcube/plugin-installer": ">=0.1.3" | |
14 | }, | |
15 | "minimum-stability": "dev" | |
16 | } |