From 6f8c5bc485c29e12fe021d64ef273a9bb06212f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Sep 2019 07:18:00 +0200 Subject: - Update to 1.4-rc2 - raise dependency on masterminds/html5 2.5.0 - raise dependency on kolab/net_ldap3 1.1.1 --- plugins/subscriptions_option/composer.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 plugins/subscriptions_option/composer.json (limited to 'plugins/subscriptions_option/composer.json') diff --git a/plugins/subscriptions_option/composer.json b/plugins/subscriptions_option/composer.json new file mode 100644 index 0000000..5823f04 --- /dev/null +++ b/plugins/subscriptions_option/composer.json @@ -0,0 +1,29 @@ +{ + "name": "roundcube/subscriptions_option", + "type": "roundcube-plugin", + "description": "A plugin which can enable or disable the use of imap subscriptions. It includes a toggle on the settings page under \"Server Settings\". The preference can also be locked.", + "license": "GPLv3+", + "version": "1.4", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "roundcube@gmail.com", + "role": "Lead" + }, + { + "name": "Ziba Scott", + "email": "ziba@umich.edu", + "role": "Developer" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +} -- cgit