summaryrefslogtreecommitdiffstats
path: root/plugins/krb_authentication/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/krb_authentication/composer.json')
-rw-r--r--plugins/krb_authentication/composer.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/krb_authentication/composer.json b/plugins/krb_authentication/composer.json
new file mode 100644
index 0000000..a67f544
--- /dev/null
+++ b/plugins/krb_authentication/composer.json
@@ -0,0 +1,24 @@
+{
+ "name": "roundcube/krb_authentication",
+ "type": "roundcube-plugin",
+ "description": "Kerberos Authentication",
+ "license": "GPLv3+",
+ "version": "1.2",
+ "authors": [
+ {
+ "name": "Jeroen van Meeuwen",
+ "email": "vanmeeuwen@kolabsys.com",
+ "role": "Lead"
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://plugins.roundcube.net"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "roundcube/plugin-installer": ">=0.1.3"
+ }
+}