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" + } +}