diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-10 04:06:56 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-10 04:06:56 -0500 |
commit | d7cd5ddb8610cf2e7beffb3192863a0e24ef1117 (patch) | |
tree | 1ba640d8cfca5a286cc53137afcda37fc77b9c15 /plugins/password | |
parent | 10ea055684c6600a63c28865202f24662c0e9a21 (diff) |
Add missing composer.json files (skipped because of .gitignore)
Diffstat (limited to 'plugins/password')
-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 000000000..3aba2a2ba --- /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": "3.5", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "alec@alec.pl", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} |