Newer
Older
{
"name": "simplesamlphp/simplesamlphp",
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider.",
"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",
"SimpleSAML\\Module\\admin\\": "modules/admin/lib",
"SimpleSAML\\Module\\core\\": "modules/core/lib",
"SimpleSAML\\Module\\cron\\": "modules/cron/lib",
"SimpleSAML\\Module\\exampleauth\\": "modules/exampleauth/lib",
"SimpleSAML\\Module\\multiauth\\": "modules/multiauth/lib",
"SimpleSAML\\Module\\saml\\": "modules/saml/lib"
}
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Test\\": ["tests", "tests/lib/SimpleSAML"],
"SimpleSAML\\Test\\Module\\admin\\": ["tests/lib/SimpleSAML/modules/admin/lib"],
"SimpleSAML\\Test\\Module\\core\\": ["tests/lib/SimpleSAML/modules/core/lib"],
"SimpleSAML\\Test\\Module\\cron\\": ["tests/lib/SimpleSAML/modules/cron/lib"],
"SimpleSAML\\Test\\Module\\exampleauth\\": ["tests/lib/SimpleSAML/modules/exampleauth/lib"],
"SimpleSAML\\Test\\Module\\multiauth\\": ["tests/lib/SimpleSAML/modules/multiauth/lib"],
"SimpleSAML\\Test\\Module\\saml\\": ["tests/lib/SimpleSAML/modules/saml/lib"]
Tim van Dijen
committed
"php": ">=7.4 || ^8.0",
Jaime Pérez Crespo
committed
"ext-date": "*",
"ext-dom": "*",
Jaime Pérez Crespo
committed
"ext-hash": "*",
"ext-intl": "*",
Jaime Pérez Crespo
committed
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-SPL": "*",
"ext-zlib": "*",
"gettext/gettext": "^5.6.1",
"gettext/translator": "^1.0.1",
"phpmailer/phpmailer": "^6.5",
"simplesamlphp/assert": "^0.2.11",
"symfony/cache": "^5.4",
"symfony/config": "^5.4",
"symfony/console": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/filesystem": "^5.4",
"symfony/finder": "^5.4",
"symfony/framework-bundle": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/intl": "^5.4",
"symfony/routing": "^5.4",
"symfony/translation-contracts": "^2.5",
"symfony/twig-bridge": "^5.4",
"symfony/var-exporter": "^5.4",
"symfony/yaml": "^5.4",
"twig/intl-extra": "^3.3",
"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"
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp"
"composer/package-versions-deprecated": true,
"muglug/package-versions-56": true