Skip to content

Commit d8d4fc7

Browse files
committed
Fix quality issues
1 parent 8a3aff9 commit d8d4fc7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
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"
4446
},
4547
"require-dev": {
4648
"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;

0 commit comments

Comments
 (0)