summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/acl/composer.json2
-rw-r--r--plugins/additional_message_headers/composer.json2
-rw-r--r--plugins/archive/composer.json2
-rw-r--r--plugins/attachment_reminder/composer.json2
-rw-r--r--plugins/autologon/composer.json2
-rw-r--r--plugins/autologout/composer.json17
-rw-r--r--plugins/database_attachments/composer.json2
-rw-r--r--plugins/debug_logger/composer.json2
-rw-r--r--plugins/emoticons/composer.json2
-rw-r--r--plugins/enigma/composer.json2
-rw-r--r--plugins/example_addressbook/composer.json2
-rw-r--r--plugins/filesystem_attachments/composer.json2
-rw-r--r--plugins/help/composer.json2
-rw-r--r--plugins/hide_blockquote/composer.json2
-rw-r--r--plugins/http_authentication/composer.json2
-rw-r--r--plugins/identicon/composer.json2
-rw-r--r--plugins/identity_select/composer.json2
-rw-r--r--plugins/jqueryui/composer.json2
-rw-r--r--plugins/krb_authentication/composer.json2
-rw-r--r--plugins/managesieve/composer.json2
-rw-r--r--plugins/markasjunk/composer.json2
-rw-r--r--plugins/new_user_dialog/composer.json2
-rw-r--r--plugins/new_user_identity/composer.json2
-rw-r--r--plugins/newmail_notifier/composer.json2
-rw-r--r--plugins/password/composer.json2
-rw-r--r--plugins/reconnect/composer.json2
-rw-r--r--plugins/redundant_attachments/composer.json2
-rw-r--r--plugins/show_additional_headers/composer.json2
-rw-r--r--plugins/squirrelmail_usercopy/composer.json2
-rw-r--r--plugins/subscriptions_option/composer.json2
-rw-r--r--plugins/userinfo/composer.json2
-rw-r--r--plugins/vcard_attachments/composer.json2
-rw-r--r--plugins/virtuser_file/composer.json2
-rw-r--r--plugins/virtuser_query/composer.json2
-rw-r--r--plugins/zipdownload/composer.json2
35 files changed, 51 insertions, 34 deletions
diff --git a/plugins/acl/composer.json b/plugins/acl/composer.json
index 1583435..888641d 100644
--- a/plugins/acl/composer.json
+++ b/plugins/acl/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/additional_message_headers/composer.json b/plugins/additional_message_headers/composer.json
index 4f0f15c..08f422d 100644
--- a/plugins/additional_message_headers/composer.json
+++ b/plugins/additional_message_headers/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/archive/composer.json b/plugins/archive/composer.json
index 4cb752a..9ef4cb1 100644
--- a/plugins/archive/composer.json
+++ b/plugins/archive/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/attachment_reminder/composer.json b/plugins/attachment_reminder/composer.json
index f512411..0a0e884 100644
--- a/plugins/attachment_reminder/composer.json
+++ b/plugins/attachment_reminder/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/autologon/composer.json b/plugins/autologon/composer.json
index 2b058ce..5797fb9 100644
--- a/plugins/autologon/composer.json
+++ b/plugins/autologon/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/autologout/composer.json b/plugins/autologout/composer.json
new file mode 100644
index 0000000..98ab1d9
--- /dev/null
+++ b/plugins/autologout/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "roundcube/autologout",
+ "type": "roundcube-plugin",
+ "description": "Plugin to auto log out users with a POST request sent from an external site.",
+ "license": "GPLv3+",
+ "version": "1.0",
+ "authors": [
+ {
+ "name": "Cover Tower LLC",
+ "email": "contact@covertower.com"
+ }
+ ],
+ "require": {
+ "php": ">=7.3.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}
diff --git a/plugins/database_attachments/composer.json b/plugins/database_attachments/composer.json
index 841e844..16b3311 100644
--- a/plugins/database_attachments/composer.json
+++ b/plugins/database_attachments/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"roundcube/filesystem_attachments": ">=1.0.0"
}
diff --git a/plugins/debug_logger/composer.json b/plugins/debug_logger/composer.json
index 9c48689..bdd516c 100644
--- a/plugins/debug_logger/composer.json
+++ b/plugins/debug_logger/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/emoticons/composer.json b/plugins/emoticons/composer.json
index 2f95f60..3b9faa9 100644
--- a/plugins/emoticons/composer.json
+++ b/plugins/emoticons/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json
index b19ad9b..f86c03d 100644
--- a/plugins/enigma/composer.json
+++ b/plugins/enigma/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": "~0.1.6",
"pear/crypt_gpg": "~1.6.3"
}
diff --git a/plugins/example_addressbook/composer.json b/plugins/example_addressbook/composer.json
index 289e25c..3a20e16 100644
--- a/plugins/example_addressbook/composer.json
+++ b/plugins/example_addressbook/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/filesystem_attachments/composer.json b/plugins/filesystem_attachments/composer.json
index 6dbf360..4bb4466 100644
--- a/plugins/filesystem_attachments/composer.json
+++ b/plugins/filesystem_attachments/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/help/composer.json b/plugins/help/composer.json
index 3038d42..121b1d0 100644
--- a/plugins/help/composer.json
+++ b/plugins/help/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/hide_blockquote/composer.json b/plugins/hide_blockquote/composer.json
index 91fb413..9d44b95 100644
--- a/plugins/hide_blockquote/composer.json
+++ b/plugins/hide_blockquote/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/http_authentication/composer.json b/plugins/http_authentication/composer.json
index 2ff5e3b..e996b15 100644
--- a/plugins/http_authentication/composer.json
+++ b/plugins/http_authentication/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/identicon/composer.json b/plugins/identicon/composer.json
index 3f3909b..cb1017f 100644
--- a/plugins/identicon/composer.json
+++ b/plugins/identicon/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"php-gd": "*",
"roundcube/plugin-installer": ">=0.1.3"
}
diff --git a/plugins/identity_select/composer.json b/plugins/identity_select/composer.json
index 53e8b01..07eb570 100644
--- a/plugins/identity_select/composer.json
+++ b/plugins/identity_select/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/jqueryui/composer.json b/plugins/jqueryui/composer.json
index c5cfbd9..0b7e515 100644
--- a/plugins/jqueryui/composer.json
+++ b/plugins/jqueryui/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/krb_authentication/composer.json b/plugins/krb_authentication/composer.json
index 973a9e8..9c4c304 100644
--- a/plugins/krb_authentication/composer.json
+++ b/plugins/krb_authentication/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json
index 72a597c..534cbc5 100644
--- a/plugins/managesieve/composer.json
+++ b/plugins/managesieve/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"pear/net_sieve": "~1.4.4"
}
diff --git a/plugins/markasjunk/composer.json b/plugins/markasjunk/composer.json
index 2b2a5bb..dc68f61 100644
--- a/plugins/markasjunk/composer.json
+++ b/plugins/markasjunk/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/new_user_dialog/composer.json b/plugins/new_user_dialog/composer.json
index 8195d0c..2b9cd50 100644
--- a/plugins/new_user_dialog/composer.json
+++ b/plugins/new_user_dialog/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/new_user_identity/composer.json b/plugins/new_user_identity/composer.json
index 15aed34..4f0ba5c 100644
--- a/plugins/new_user_identity/composer.json
+++ b/plugins/new_user_identity/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/newmail_notifier/composer.json b/plugins/newmail_notifier/composer.json
index a5ffa7e..d98a8d6 100644
--- a/plugins/newmail_notifier/composer.json
+++ b/plugins/newmail_notifier/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/password/composer.json b/plugins/password/composer.json
index 87ff8af..fba1cc2 100644
--- a/plugins/password/composer.json
+++ b/plugins/password/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/reconnect/composer.json b/plugins/reconnect/composer.json
index 2b7649b..23faaa6 100644
--- a/plugins/reconnect/composer.json
+++ b/plugins/reconnect/composer.json
@@ -17,7 +17,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/redundant_attachments/composer.json b/plugins/redundant_attachments/composer.json
index 710076e..b893918 100644
--- a/plugins/redundant_attachments/composer.json
+++ b/plugins/redundant_attachments/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"roundcube/filesystem_attachments": ">=1.0.0"
}
diff --git a/plugins/show_additional_headers/composer.json b/plugins/show_additional_headers/composer.json
index 45daeb9..7ca83ca 100644
--- a/plugins/show_additional_headers/composer.json
+++ b/plugins/show_additional_headers/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/squirrelmail_usercopy/composer.json b/plugins/squirrelmail_usercopy/composer.json
index a9342f1..0272b22 100644
--- a/plugins/squirrelmail_usercopy/composer.json
+++ b/plugins/squirrelmail_usercopy/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/subscriptions_option/composer.json b/plugins/subscriptions_option/composer.json
index 47d024e..a0fbcab 100644
--- a/plugins/subscriptions_option/composer.json
+++ b/plugins/subscriptions_option/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/userinfo/composer.json b/plugins/userinfo/composer.json
index 8672cea..e41c015 100644
--- a/plugins/userinfo/composer.json
+++ b/plugins/userinfo/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/vcard_attachments/composer.json b/plugins/vcard_attachments/composer.json
index 11fd431..cd593e9 100644
--- a/plugins/vcard_attachments/composer.json
+++ b/plugins/vcard_attachments/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/virtuser_file/composer.json b/plugins/virtuser_file/composer.json
index 8b1b240..83c2f07 100644
--- a/plugins/virtuser_file/composer.json
+++ b/plugins/virtuser_file/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/virtuser_query/composer.json b/plugins/virtuser_query/composer.json
index 4a2f1d3..cc9367b 100644
--- a/plugins/virtuser_query/composer.json
+++ b/plugins/virtuser_query/composer.json
@@ -18,7 +18,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}
diff --git a/plugins/zipdownload/composer.json b/plugins/zipdownload/composer.json
index bd56cfb..f5b5ab5 100644
--- a/plugins/zipdownload/composer.json
+++ b/plugins/zipdownload/composer.json
@@ -23,7 +23,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3",
"ext-zip": "*"
}