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