summaryrefslogtreecommitdiffstats
path: root/plugins/reconnect/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/reconnect/composer.json')
-rw-r--r--plugins/reconnect/composer.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/reconnect/composer.json b/plugins/reconnect/composer.json
new file mode 100644
index 0000000..2b7649b
--- /dev/null
+++ b/plugins/reconnect/composer.json
@@ -0,0 +1,23 @@
+{
+ "name": "reconnect",
+ "type": "roundcube-plugin",
+ "description": "Reconnects to server for several attempts.",
+ "license": "GPL-3.0-or-later",
+ "version": "0.1",
+ "authors": [
+ {
+ "name": "Sandro Knauß",
+ "email": "hefee@debian.org"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.4.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}