{ "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.", "type": "project", "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" } ], "autoload": { "psr-4": { "SimpleSAML\\": "lib/SimpleSAML" }, "files": ["lib/_autoload_modules.php"] }, "autoload-dev": { "psr-4": { "SimpleSAML\\Test\\": "tests" }, "files": ["tests/_autoload_modules.php"] }, "require": { "php": ">=5.6", "ext-SPL": "*", "ext-zlib": "*", "ext-pcre": "*", "ext-openssl": "*", "ext-dom": "*", "ext-date": "*", "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "gettext/gettext": "^4.6", "jaimeperez/twig-configurable-i18n": "^2.0", "phpmailer/phpmailer": "^6.0", "robrichards/xmlseclibs": "^3.0", "simplesamlphp/saml2": "^3.3", "simplesamlphp/simplesamlphp-module-adfs": "^1.0", "simplesamlphp/simplesamlphp-module-authfacebook": "^1.0", "simplesamlphp/simplesamlphp-module-authlinkedin": "^1.0", "simplesamlphp/simplesamlphp-module-authtwitter": "^1.0", "simplesamlphp/simplesamlphp-module-authwindowslive": "^1.0", "simplesamlphp/simplesamlphp-module-authx509": "^1.0.0", "simplesamlphp/simplesamlphp-module-cdc": "^1.0", "simplesamlphp/simplesamlphp-module-consent": "^1.0", "simplesamlphp/simplesamlphp-module-consentadmin": "^1.0", "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", "simplesamlphp/simplesamlphp-module-memcachemonitor": "^1.0", "simplesamlphp/simplesamlphp-module-negotiate": "^1.0", "simplesamlphp/simplesamlphp-module-oauth": "^1.0", "simplesamlphp/simplesamlphp-module-radius": "^1.0.0", "simplesamlphp/simplesamlphp-module-riak": "^1.0.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", "twig/twig": "~1.0 || ~2.0", "whitehat101/apr1-md5": "~1.0" }, "require-dev": { "ext-curl": "*", "mikey179/vfsstream": "~1.6", "phpunit/phpunit": "~5.7" }, "suggest": { "predis/predis": "Needed if a Redis server is used to store session information", "ext-curl": "Needed in order to check for updates automatically", "ext-ldap": "Needed if an LDAP backend is used", "ext-radius": "Needed if a Radius backend is used", "ext-memcache": "Needed if a Memcache server is used to store session information", "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information", "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information", "ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information" }, "support": { "issues": "https://github.com/simplesamlphp/simplesamlphp/issues", "source": "https://github.com/simplesamlphp/simplesamlphp" } }