-
- Downloads
Update the SAML2 library.
Now that the SAML2 library has been updated to use the new SimpleSAML\Logger, we can update the dependency here. Since both libraries are interdependent, we are pointing to a specific commit in master, aliasing it to 2.2. That way we can keep business as usual for any other package which may depend on 2.2, while getting the changes into SimpleSAMLphp.
... | ... | @@ -27,7 +27,7 @@ |
}, | ||
"require": { | ||
"php": ">=5.3", | ||
"simplesamlphp/saml2": "~2.0", | ||
"simplesamlphp/saml2": "dev-master#00e38f85b417be1e10a2d738dd2f5ea82edb472c as 2.2", | ||
"robrichards/xmlseclibs": "~2.0", | ||
"whitehat101/apr1-md5": "~1.0", | ||
"twig/twig": "~1.0" | ||
... | ... |
Please register or sign in to comment