diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-28 13:03:57 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-28 13:03:57 +0200 |
commit | 38ab0be0931a66daf83452d77dc6bc6cd9df7caf (patch) | |
tree | 0e1597bbc8a09ce1a7dfe3826048409230ee403a /plugins/userinfo | |
parent | cf46aefd9d8be57722514ab0b6047fa573f46a36 (diff) |
Created composer.json files for default plugins
Diffstat (limited to 'plugins/userinfo')
-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 000000000..0ae6f6db8 --- /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": "GNU 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" + } +} |