summaryrefslogtreecommitdiffstats
path: root/plugins/enigma/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/enigma/composer.json')
-rw-r--r--plugins/enigma/composer.json4
1 files changed, 2 insertions, 2 deletions
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"
},