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/new_user_dialog/composer.json | |
parent | cf46aefd9d8be57722514ab0b6047fa573f46a36 (diff) |
Created composer.json files for default plugins
Diffstat (limited to 'plugins/new_user_dialog/composer.json')
-rw-r--r-- | plugins/new_user_dialog/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/new_user_dialog/composer.json b/plugins/new_user_dialog/composer.json new file mode 100644 index 000000000..9dcedc36a --- /dev/null +++ b/plugins/new_user_dialog/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/new_user_dialog", + "type": "roundcube-plugin", + "description": "When a new user is created, this plugin checks the default identity and sets a session flag in case it is incomplete. An overlay box will appear on the screen until the user has reviewed/completed his identity.", + "license": "GNU GPLv3+", + "version": "2.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" + } +} |