Skip to content

Commit 9ed6b2b

Browse files
committed
Use v5 of saml2
1 parent 0380b79 commit 9ed6b2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
"simplesamlphp/assert": "^1.1.0",
4141
"simplesamlphp/composer-module-installer": "^1.3.4",
42-
"simplesamlphp/saml2": "^4.6.0",
42+
"simplesamlphp/saml2": "^5@dev",
4343

4444
"simplesamlphp/simplesamlphp": "^2.1.0",
4545
"symfony/http-foundation": "^6.4.0"

src/Auth/Process/Consent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
namespace SimpleSAML\Module\consent\Auth\Process;
1515

1616
use Exception;
17-
use SAML2\Constants;
1817
use SimpleSAML\Assert\Assert;
1918
use SimpleSAML\Auth;
2019
use SimpleSAML\Error;
2120
use SimpleSAML\Logger;
2221
use SimpleSAML\Module;
2322
use SimpleSAML\Module\consent\Store;
23+
use SimpleSAML\SAML2\Constants;
2424
use SimpleSAML\Stats;
2525
use SimpleSAML\Utils;
2626

0 commit comments

Comments
 (0)