plugins/kolab_notes

Thomas Brüderli bruederli at kolabsys.com
Mon Aug 4 09:29:42 CEST 2014


 plugins/kolab_notes/composer.json |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

New commits:
commit 3afbd3eb58ef18d9a9fabc815016b477d3717a9a
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Aug 4 09:29:35 2014 +0200

    Add composer.json file for proper description of the kolab_notes plugin

diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json
new file mode 100644
index 0000000..8b32778
--- /dev/null
+++ b/plugins/kolab_notes/composer.json
@@ -0,0 +1,26 @@
+{
+    "name": "kolab/kolab_notes",
+    "type": "roundcube-plugin",
+    "description": "Notes module for Roundcube connecting to a Kolab server for storage",
+    "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/",
+    "license": "AGPLv3",
+    "version": "1.1.0",
+    "authors": [
+        {
+            "name": "Thomas Bruederli",
+            "email": "bruederli at kolabsys.com",
+            "role": "Lead"
+        }
+    ],
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "http://plugins.roundcube.net"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.0",
+        "roundcube/plugin-installer": ">=0.1.3",
+        "kolab/libkolab": "1.1.0"
+    }
+}




More information about the commits mailing list