composer.json for https://plugins.roundcube.net/ v0.1.0
authorChristian Weiske <cweiske@cweiske.de>
Sat, 29 Dec 2018 17:26:37 +0000 (18:26 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 29 Dec 2018 17:26:37 +0000 (18:26 +0100)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..7b08bbf
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "name": "cweiske/nextcloud_sql_addressbook",
+    "description": "Roundcube plugin that allows access to NextCloud address books.",
+    "type": "roundcube-plugin",
+    "license": "AGPL-3.0+",
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "https://plugins.roundcube.net"
+        }
+    ],
+    "require": {
+        "roundcube/plugin-installer": ">=0.1.6"
+    }
+}