diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-08 16:15:57 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2014-12-08 16:15:57 (GMT) |
commit | 67805892846cfcd412e9ad957e727dc745705790 (patch) | |
tree | b65ae424a2315dc3e1bd541a186f1e0a2c854543 /plugins/kolab_files | |
parent | d4e830cde7725f97e297bce98804baffa563db87 (diff) | |
download | roundcubemail-plugins-kolab-67805892846cfcd412e9ad957e727dc745705790.tar.gz |
Fix syntax error in composer.json file
Diffstat (limited to 'plugins/kolab_files')
-rw-r--r-- | plugins/kolab_files/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index 22fe31a..1b09e05 100644 --- a/plugins/kolab_files/composer.json +++ b/plugins/kolab_files/composer.json @@ -21,6 +21,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=1.1.0", + "kolab/libkolab": ">=1.1.0" } } |