File "composer.json"

Full path: /home/mblcomeg/ucc.com.eg/roundcube/plugins/http_authentication/composer.json
File size: 570 B B
MIME-type: application/json
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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