view plugins/http_authentication/composer.json @ 23:5a851d965bc1

sorting, some better displays
author Charlie Root
date Wed, 17 Jan 2018 09:13:17 -0500
parents 1e000243b222
children
line wrap: on
line source

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