Mercurial > hg > rc1
view plugins/identicon/composer.json @ 34:50ac5484d514
one fix to distro
author | Charlie Root |
---|---|
date | Sun, 27 May 2018 16:53:56 -0400 |
parents | 1e000243b222 |
children |
line wrap: on
line source
{ "name": "roundcube/identicon", "type": "roundcube-plugin", "description": "Displays Github-like identicons for contacts/addresses without photo specified.", "license": "GPLv3+", "version": "0.1", "authors": [ { "name": "Aleksander Machniak", "email": "alec@alec.pl", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "php-gd": "*", "roundcube/plugin-installer": ">=0.1.3" } }