We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0380b79 commit 9ed6b2bCopy full SHA for 9ed6b2b
composer.json
@@ -39,7 +39,7 @@
39
40
"simplesamlphp/assert": "^1.1.0",
41
"simplesamlphp/composer-module-installer": "^1.3.4",
42
- "simplesamlphp/saml2": "^4.6.0",
+ "simplesamlphp/saml2": "^5@dev",
43
44
"simplesamlphp/simplesamlphp": "^2.1.0",
45
"symfony/http-foundation": "^6.4.0"
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