diff options
Diffstat (limited to 'plugins/kolab_files/composer.json')
-rw-r--r-- | plugins/kolab_files/composer.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json new file mode 100644 index 0000000..22fe31a --- /dev/null +++ b/plugins/kolab_files/composer.json @@ -0,0 +1,26 @@ +{ + "name": "kolab/kolab_files", + "type": "roundcube-plugin", + "description": "User interface for Kolab File Manager (Chwala)", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.1.0", + "authors": [ + { + "name": "Aleksander Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + } +} |