Aleksander Machniak
2015-08-12 6b31846c438dc19cca0f2a01582bdf47dff61f81
commit | author | age
38ab0b 1 {
TB 2     "name": "roundcube/new_user_dialog",
3     "type": "roundcube-plugin",
4     "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.",
72b117 5     "license": "GPLv3+",
2581c8 6     "version": "2.1",
38ab0b 7     "authors": [
TB 8         {
9             "name": "Thomas Bruederli",
10             "email": "roundcube@gmail.com",
11             "role": "Lead"
12         }
13     ],
14     "repositories": [
15         {
16             "type": "composer",
17             "url": "http://plugins.roundcube.net"
18         }
19     ],
20     "require": {
21         "php": ">=5.3.0",
22         "roundcube/plugin-installer": ">=0.1.3"
23     }
24 }