Mercurial > hg > rc1
view plugins/autologon/composer.json @ 14:ba938c2e7146
autogenerated
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 09:42:22 -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" } }