Codebase list php-fabiang-sasl / 656a3aac-7194-40be-858a-4ce9e23a1df6/upstream composer.json
656a3aac-7194-40be-858a-4ce9e23a1df6/upstream

Tree @656a3aac-7194-40be-858a-4ce9e23a1df6/upstream (Download .tar.gz)

composer.json @656a3aac-7194-40be-858a-4ce9e23a1df6/upstreamraw · history · blame

{
    "name": "fabiang/sasl",
    "description": "Abstraction of various SASL mechanism responses.",
    "license": "BSD-3-Clause",
    "homepage": "https://github.com/fabiang/sasl",
    "keywords": ["sasl", "authentication", "scram", "auth"],
    "type": "library",
    "authors": [
        {
            "name": "Fabian Grutschus",
            "email": "f.grutschus@lubyte.de"
        },
        {
            "name": "Anish Mistry",
            "email": "amistry@am-productions.biz"
        },
        {
            "name": "Richard Heyes",
            "email": "richard@php.net"
        },
        {
            "name": "Michael Bretterklieber",
            "email": "michael@bretterklieber.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Fabiang\\Sasl\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Fabiang\\Sasl\\Behat\\": "tests/features/bootstrap"
        }
    },
    "require": {
        "php": "^5.3.3 || ^7.0 || ^8.0"
    },
    "require-dev": {
        "behat/behat": "^3.6",
        "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.5"
    }
}