We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e664e6d commit 61ce408Copy full SHA for 61ce408
composer.json
@@ -37,7 +37,7 @@
37
38
"simplesamlphp/assert": "^1.1",
39
"simplesamlphp/composer-module-installer": "^1.3.4",
40
- "simplesamlphp/saml2": "^4.6",
+ "simplesamlphp/saml2": "^5@dev",
41
42
"simplesamlphp/simplesamlphp": "^2.1",
43
"symfony/http-foundation": "^6.4"
src/Auth/Process/Consent.php
@@ -14,13 +14,13 @@
14
namespace SimpleSAML\Module\consent\Auth\Process;
15
16
use Exception;
17
-use SAML2\Constants;
18
use SimpleSAML\Assert\Assert;
19
use SimpleSAML\Auth;
20
use SimpleSAML\Error;
21
use SimpleSAML\Logger;
22
use SimpleSAML\Module;
23
use SimpleSAML\Module\consent\Store;
+use SimpleSAML\SAML2\Constants;
24
use SimpleSAML\Stats;
25
use SimpleSAML\Utils;
26
0 commit comments