From 38bda972c10b5ee40acf364dd0cf972853bf3908 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 12 Apr 2018 15:33:24 +0200 Subject: [PATCH] Add composer.json for krb_authentication plugin --- plugins/krb_authentication/composer.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/krb_authentication/composer.json diff --git a/plugins/krb_authentication/composer.json b/plugins/krb_authentication/composer.json new file mode 100644 index 000000000..ee835556b --- /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.1", + "authors": [ + { + "name": "Jeroen van Meeuwen", + "email": "vanmeeuwen@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3" + } +}