mailcow/data/web/rc/plugins/http_authentication/composer.json
2017-02-21 22:27:11 +01:00

25 lines
559 B
JSON

{
"name": "roundcube/http_authentication",
"type": "roundcube-plugin",
"description": "HTTP Basic Authentication",
"license": "GPLv3+",
"version": "1.5",
"authors": [
{
"name": "Thomas Bruederli",
"email": "roundcube@gmail.com",
"role": "Lead"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"php": ">=5.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}