diff options
Diffstat (limited to 'plugins/virtuser_file')
-rw-r--r-- | plugins/virtuser_file/composer.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/virtuser_file/composer.json b/plugins/virtuser_file/composer.json new file mode 100644 index 0000000..178a256 --- /dev/null +++ b/plugins/virtuser_file/composer.json @@ -0,0 +1,24 @@ +{ + "name": "roundcube/virtuser_file", + "type": "roundcube-plugin", + "description": "Plugin adds possibility to resolve user email/login according to lookup tables in files.", + "license": "GPLv3+", + "version": "1.0", + "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" + } +} |