From 9db22bca3f997839319ab354b47b971cd56fa132 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 May 2026 06:33:54 +0200 Subject: update to 1.7.1 --- plugins/enigma/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/enigma/composer.json') diff --git a/plugins/enigma/composer.json b/plugins/enigma/composer.json index b3b5327..3734184 100644 --- a/plugins/enigma/composer.json +++ b/plugins/enigma/composer.json @@ -3,7 +3,7 @@ "type": "roundcube-plugin", "description": "Server-side PGP Encryption for Roundcube", "license": "GPL-3.0-or-later", - "version": "0.9", + "version": "1.0", "authors": [ { "name": "Aleksander Machniak", @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=7.3.0", + "php": ">=8.1", "roundcube/plugin-installer": "~0.3.5", "pear/crypt_gpg": "~1.7.0" }, -- cgit