diff options
Diffstat (limited to 'plugins/emoticons/composer.json')
-rw-r--r-- | plugins/emoticons/composer.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/emoticons/composer.json b/plugins/emoticons/composer.json new file mode 100644 index 0000000..30dd392 --- /dev/null +++ b/plugins/emoticons/composer.json @@ -0,0 +1,29 @@ +{ + "name": "roundcube/emoticons", + "type": "roundcube-plugin", + "description": "Plugin that adds emoticons support.", + "license": "GPLv3+", + "version": "2.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "roundcube@gmail.com", + "role": "Lead" + }, + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Developer" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} |