diff options
Diffstat (limited to 'plugins/calendar/composer.json')
-rw-r--r-- | plugins/calendar/composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json index 9839b21..3faaf8b 100644 --- a/plugins/calendar/composer.json +++ b/plugins/calendar/composer.json @@ -4,7 +4,7 @@ "description": "Calendar plugin", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "3.2.2", + "version": "3.2.3", "authors": [ { "name": "Thomas Bruederli", @@ -26,6 +26,6 @@ "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libcalendaring": ">=1.1.0" + "kolab/libcalendaring": ">=3.2.3" } } |