Skip to content

Commit 8d93b21

Browse files
committed
Drop dependency on saml2
1 parent 1e46c89 commit 8d93b21

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
@@ -37,7 +37,7 @@
3737
"require": {
3838
"php": "^8.1",
3939

40-
"simplesamlphp/saml2": "~5.0",
40+
"simplesamlphp/assert": "~1.9",
4141
"simplesamlphp/simplesamlphp": "^2.4",
4242
"symfony/http-foundation": "^6.4"
4343
},

src/Auth/Process/Authorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
namespace SimpleSAML\Module\authorize\Auth\Process;
66

7+
use SimpleSAML\Assert\Assert;
78
use SimpleSAML\Auth;
89
use SimpleSAML\Error;
910
use SimpleSAML\Module;
10-
use SimpleSAML\SAML2\Assert\Assert;
1111
use SimpleSAML\Utils;
1212

1313
use function array_diff;

0 commit comments

Comments
 (0)