From c082411c992b3e182d30cc08133db5e14b6e1633 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Dec 2025 16:14:29 +0100 Subject: update to 1.7-rc raise dependency on PHP 8.1 --- plugins/identicon/composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/identicon/composer.json') diff --git a/plugins/identicon/composer.json b/plugins/identicon/composer.json index cb1017f..477950a 100644 --- a/plugins/identicon/composer.json +++ b/plugins/identicon/composer.json @@ -11,15 +11,15 @@ "role": "Lead" } ], - "repositories": [ - { - "type": "composer", - "url": "https://plugins.roundcube.net" - } - ], "require": { "php": ">=7.3.0", - "php-gd": "*", - "roundcube/plugin-installer": ">=0.1.3" + "ext-gd": "*", + "roundcube/plugin-installer": "~0.3.5" + }, + "autoload": { + "classmap": [ + "identicon.php", + "identicon_engine.php" + ] } } -- cgit