Skip to content

Commit 5b93932

Browse files
committed
Fix quality issues
1 parent 8a3aff9 commit 5b93932

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@
3535
"ext-filter": "*",
3636
"ext-libxml": "*",
3737
"ext-SimpleXML": "*",
38+
3839
"simplesamlphp/assert": "^1.1",
3940
"simplesamlphp/composer-module-installer": "^1.3",
4041
"simplesamlphp/simplesamlphp": "^2.2",
41-
"simplesamlphp/xml-cas": "^v1.3",
42-
"simplesamlphp/xml-common": "^v1.17",
43-
"simplesamlphp/xml-soap": "^v1.5"
42+
"simplesamlphp/xml-cas": "^1.3",
43+
"simplesamlphp/xml-common": "^1.17",
44+
"simplesamlphp/xml-soap": "^1.5",
45+
"symfony/http-foundation": "^6.4",
46+
"symfony/http-kernel": "^6.4"
4447
},
4548
"require-dev": {
4649
"simplesamlphp/simplesamlphp-test-framework": "^1.7",

src/Controller/Traits/UrlTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace SimpleSAML\Module\casserver\Controller\Traits;
66

7+
use SimpleSAML\Configuration;
78
use SimpleSAML\Module\casserver\Cas\ServiceValidator;
89
use SimpleSAML\Module\casserver\Cas\TicketValidator;
910
use Symfony\Component\HttpFoundation\Request;

tests/src/Controller/LogoutControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ public function testLogout(string $redirectUrl): void
3535
parameters: ['url' => $redirectUrl],
3636
);
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)