{
    "name": "onelogin/php-saml",
    "description": "PHP SAML Toolkit",
    "license": "MIT",
    "homepage": "https://github.com/SAML-Toolkits/php-saml",
    "keywords": ["saml", "saml2", "sso", "federation", "identity"],
    "autoload": {
        "psr-4": {
            "OneLogin\\": "src/"
        }
    },
    "support": {
        "email": "sixto.martin.garcia@gmail.com",
        "issues": "https://github.com/onelogin/SAML-Toolkits/issues",
        "source": "https://github.com/onelogin/SAML-Toolkits/"
    },
    "require": {
        "php": ">=5.4",
        "robrichards/xmlseclibs": ">=3.1.1"
    },
    "require-dev": {
        "phpunit/phpunit": "<7.5.18",
        "php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
        "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
        "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
        "pdepend/pdepend": "^2.5.0",
        "squizlabs/php_codesniffer": "^3.1.1"
    },
    "suggest": {
        "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
        "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
        "ext-gettext": "Install gettext and php5-gettext libs to handle translations"
    }
}
