-
- Downloads
Update the dependency on saml2 & xmlseclibs
{ | { | ||
"name": "simplesamlphp/simplesamlphp", | "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.", | "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", | ||
"version": "1.16.1", | |||
"type": "project", | "type": "project", | ||
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ], | "keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ], | ||
"homepage": "http://simplesamlphp.org", | "homepage": "http://simplesamlphp.org", | ||
... | @@ -36,11 +37,11 @@ | ... | @@ -36,11 +37,11 @@ |
"ext-hash": "*", | "ext-hash": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-mbstring": "*", | "ext-mbstring": "*", | ||
"simplesamlphp/saml2": "~3.2", | "simplesamlphp/saml2": "^3.2", | ||
"robrichards/xmlseclibs": "dev-master#93f8c07976b36b6050ab341ab5850484dc897ce0 as 3.0.2", | "robrichards/xmlseclibs": "^3.0", | ||
"whitehat101/apr1-md5": "~1.0", | "whitehat101/apr1-md5": "~1.0", | ||
"twig/twig": "~1.0", | "twig/twig": "~1.0", | ||
"gettext/gettext": "^4.6", | "gettext/gettext": "^3.5", | ||
"jaimeperez/twig-configurable-i18n": "^1.2" | "jaimeperez/twig-configurable-i18n": "^1.2" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
... | ... |
Please register or sign in to comment