summaryrefslogtreecommitdiff
path: root/plugins/subscriptions_option/composer.json
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2015-04-21 12:45:58 +0200
committerHugues Hiegel <root@paranoid>2015-04-21 12:45:58 +0200
commitef2e7b3f9d264ec146d4dae257b1e295ab3b462a (patch)
tree76b4a98d7b3b38f691c4fbee1612197ab6615c2b /plugins/subscriptions_option/composer.json
parentd09b64c6270c638059b003922db508f95d32d555 (diff)
updates - plugins as a separate git folder
Diffstat (limited to 'plugins/subscriptions_option/composer.json')
-rw-r--r--plugins/subscriptions_option/composer.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/subscriptions_option/composer.json b/plugins/subscriptions_option/composer.json
deleted file mode 100644
index 57b95d2c8..000000000
--- a/plugins/subscriptions_option/composer.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "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.3",
- "authors": [
- {
- "name": "Thomas Bruederli",
- "email": "roundcube@gmail.com",
- "role": "Lead"
- },
- {
- "name": "Ziba Scott",
- "email": "ziba@umich.edu",
- "role": "Developer"
- }
- ],
- "repositories": [
- {
- "type": "composer",
- "url": "http://plugins.roundcube.net"
- }
- ],
- "require": {
- "php": ">=5.3.0",
- "roundcube/plugin-installer": ">=0.1.3"
- }
-}