diff options
Diffstat (limited to 'plugins/password/composer.json')
-rw-r--r-- | plugins/password/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/password/composer.json b/plugins/password/composer.json new file mode 100644 index 0000000..1e7fb6f --- /dev/null +++ b/plugins/password/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/password", + "type": "roundcube-plugin", + "description": "Password Change for Roundcube. Plugin adds a possibility to change user password using many methods (drivers) via Settings/Password tab.", + "license": "GPLv3+", + "version": "5.1", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} |