diff options
Diffstat (limited to 'plugins/userinfo/composer.json')
-rw-r--r-- | plugins/userinfo/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/userinfo/composer.json b/plugins/userinfo/composer.json new file mode 100644 index 0000000..3c4573b --- /dev/null +++ b/plugins/userinfo/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/userinfo", + "type": "roundcube-plugin", + "description": "Sample plugin that adds a new tab to the settings section to display some information about the current user.", + "license": "GPLv3+", + "version": "1.2", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "roundcube@gmail.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} |