Skip to content

Commit c23722a

Browse files
committed
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.
1 parent a5ca1aa commit c23722a

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require": {
2929
"php": ">=5.3",
30-
"simplesamlphp/saml2": "~2.0",
30+
"simplesamlphp/saml2": "dev-master#00e38f85b417be1e10a2d738dd2f5ea82edb472c as 2.2",
3131
"robrichards/xmlseclibs": "~2.0",
3232
"whitehat101/apr1-md5": "~1.0",
3333
"twig/twig": "~1.0"

composer.lock

Lines changed: 18 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)