summaryrefslogtreecommitdiffstats
path: root/plugins/reconnect
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/reconnect')
-rw-r--r--plugins/reconnect/composer.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/reconnect/composer.json b/plugins/reconnect/composer.json
index c7a990b..266cb34 100644
--- a/plugins/reconnect/composer.json
+++ b/plugins/reconnect/composer.json
@@ -1,5 +1,5 @@
{
- "name": "reconnect",
+ "name": "roundcube/reconnect",
"type": "roundcube-plugin",
"description": "Reconnects to server for several attempts.",
"license": "GPL-3.0-or-later",
@@ -10,14 +10,13 @@
"email": "hefee@debian.org"
}
],
- "repositories": [
- {
- "type": "composer",
- "url": "https://plugins.roundcube.net"
- }
- ],
"require": {
"php": ">=7.3.0",
- "roundcube/plugin-installer": ">=0.1.3"
+ "roundcube/plugin-installer": "~0.3.5"
+ },
+ "autoload": {
+ "classmap": [
+ "reconnect.php"
+ ]
}
}