Newer
Older
{
"name": "simplesamlphp/simplesamlphp",
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ],
"homepage": "http://simplesamlphp.org",
"license": "LGPL-2.1-or-later",
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
},
{
"name": "Olav Morken",
"email": "olav.morken@uninett.no"
"name": "Jaime Perez",
"email": "jaime.perez@uninett.no"
"psr-4": {
"SimpleSAML\\": "lib/SimpleSAML"
},
"files": ["lib/_autoload_modules.php"]
},
"require": {
Jaime Pérez Crespo
committed
"ext-SPL": "*",
"ext-zlib": "*",
"ext-pcre": "*",
"ext-openssl": "*",
"ext-dom": "*",
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"robrichards/xmlseclibs": "^3.0",
"symfony/routing": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/config": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0"
"mikey179/vfsStream": "~1.6"
"suggests": {
"predis/predis": "1.1.1"
},
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp"