Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-07-25 10:16:33 +0300
committerAleksander Machniak <alec@alec.pl>2021-07-25 10:16:33 +0300
commit9e2bc40213a1c3d6bf1c11baef526f2de45467db (patch)
tree091327db2f63b36d1f0acb6ba48d3814d6953718 /plugins/autologon
parentb4fd75d6c1539e231e7c0c5fce96db18310a3381 (diff)
Dropped support for PHP < 7.3 (#7976)
Diffstat (limited to 'plugins/autologon')
-rw-r--r--plugins/autologon/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/autologon/composer.json b/plugins/autologon/composer.json
index 2b058ce87..5797fb9e7 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"
}
}