diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-07 12:40:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-07 12:40:30 +0100 |
commit | 8290b52748f2c395a22997d16c88df67dad659ac (patch) | |
tree | 9ab9f4d4654ecf8e29453b2d423c114c8d104762 /plugins/database_attachments/composer.json | |
parent | f1746fa3fd05ee8f251c175f91544b8e887720c1 (diff) |
update to 1.6-beta
raise dependency on PHP 7.3
add patch to keep use default_host and smtp_server
from https://github.com/roundcube/roundcubemail/pull/8467
Diffstat (limited to 'plugins/database_attachments/composer.json')
-rw-r--r-- | plugins/database_attachments/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |