{
    "name": "onelogin/php-saml",
    "description": "OneLogin PHP SAML Toolkit",
    "license": "MIT",
    "version": "3.0.0",
    "homepage": "https://developers.onelogin.com/saml/php",
    "keywords": ["saml", "saml2", "onelogin"],
    "autoload": {
        "classmap": [
            "lib/Saml2"
        ]
    },
    "support": {
        "email": "sixto.garcia@onelogin.com",
        "issues": "https://github.com/onelogin/php-saml/issues",
        "source": "https://github.com/onelogin/php-saml/"
    },
    "require": {
        "php": ">=5.4",
        "robrichards/xmlseclibs": ">=3.0"
    },
    "require-dev": {
        "phpunit/phpunit": ">=4.8",
        "satooshi/php-coveralls": ">=1.0.2",
        "sebastian/phpcpd": "*",
        "phploc/phploc": "*",
        "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"
    }
}
