Mercurial > hg > rc1
view plugins/autologon/composer.json @ 7:430dbd5346f7
vendor sabre as distributed
| author | Charlie Root |
|---|---|
| date | Sat, 13 Jan 2018 09:06:10 -0500 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
{ "name": "roundcube/autologon", "type": "roundcube-plugin", "description": "Sample plugin to try out some hooks", "license": "GPLv3+", "version": "1.0", "authors": [ { "name": "Thomas Bruederli", "email": "roundcube@gmail.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } }
