We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e46c89 commit 8d93b21Copy full SHA for 8d93b21
composer.json
@@ -37,7 +37,7 @@
37
"require": {
38
"php": "^8.1",
39
40
- "simplesamlphp/saml2": "~5.0",
+ "simplesamlphp/assert": "~1.9",
41
"simplesamlphp/simplesamlphp": "^2.4",
42
"symfony/http-foundation": "^6.4"
43
},
src/Auth/Process/Authorize.php
@@ -4,10 +4,10 @@
4
5
namespace SimpleSAML\Module\authorize\Auth\Process;
6
7
+use SimpleSAML\Assert\Assert;
8
use SimpleSAML\Auth;
9
use SimpleSAML\Error;
10
use SimpleSAML\Module;
-use SimpleSAML\SAML2\Assert\Assert;
11
use SimpleSAML\Utils;
12
13
use function array_diff;
0 commit comments