diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-08 13:58:47 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-08 13:58:47 (GMT) |
commit | d4e830cde7725f97e297bce98804baffa563db87 (patch) | |
tree | 9f38d8a41b5fef3e674067640d3fac312e8614fc /plugins/kolab_auth/composer.json | |
parent | feb0796f1d5a51b93658fd9ed276a03455ac9725 (diff) | |
download | roundcubemail-plugins-kolab-d4e830cde7725f97e297bce98804baffa563db87.tar.gz |
Unify license string, replace package.xml with composer.json
Diffstat (limited to 'plugins/kolab_auth/composer.json')
-rw-r--r-- | plugins/kolab_auth/composer.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/kolab_auth/composer.json b/plugins/kolab_auth/composer.json new file mode 100644 index 0000000..2d95c07 --- /dev/null +++ b/plugins/kolab_auth/composer.json @@ -0,0 +1,30 @@ +{ + "name": "kolab/kolab_auth", + "type": "roundcube-plugin", + "description": "Kolab authentication", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "1.0.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "bruederli@kolabsys.com", + "role": "Lead" + }, + { + "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", + } +} |