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