diff --git a/plugins/kolab_2fa/composer.json b/plugins/kolab_2fa/composer.json index f1c5d964..18ad1244 100644 --- a/plugins/kolab_2fa/composer.json +++ b/plugins/kolab_2fa/composer.json @@ -1,33 +1,33 @@ { "name": "kolab/kolab_2fa", "type": "roundcube-plugin", "description": "Kolab 2-Factor Authentication", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", "version": "3.5.11", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { - "php": ">=5.3.0", + "php": ">=7.2.0", "roundcube/plugin-installer": ">=0.1.3", "spomky-labs/otphp": "~10.0.3", "endroid/qr-code": "~1.6.5", "enygma/yubikey": "~3.2" } }