File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 3939 "simplesamlphp/assert" : " ~1.8.2" ,
4040 "simplesamlphp/composer-module-installer" : " ~1.4.0" ,
4141 "simplesamlphp/simplesamlphp" : " ~2.4.2" ,
42- "simplesamlphp/xml-cas" : " ~2.0.0 " ,
43- "simplesamlphp/xml-common" : " ~2.0.0 " ,
44- "simplesamlphp/xml-soap" : " ~2.0.0 " ,
42+ "simplesamlphp/xml-cas" : " ~1.3 " ,
43+ "simplesamlphp/xml-common" : " ~1.17 " ,
44+ "simplesamlphp/xml-soap" : " ~1.5 " ,
4545 "symfony/http-foundation" : " ~6.4.0" ,
4646 "symfony/http-kernel" : " ~6.4.0" ,
4747 "simplesamlphp/saml11" : " ~1.2.5"
5454 "source" : " https://github.com/simplesamlphp/simplesamlphp-module-casserver"
5555 },
5656 "scripts" : {
57- "validate " : [
57+ "verify " : [
5858 " vendor/bin/phpcs -p" ,
59- " vendor/bin/composer-require-checker check --config-file=tools/composer-require-checker.json composer.json" ,
60- " vendor/bin/psalm -c psalm-dev.xml" ,
61- " vendor/bin/composer-unused" ,
6259 " vendor/bin/phpunit --no-coverage --testdox"
6360 ],
6461 "tests" : [
Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \Module \casserver \Controller ;
66
7- use Exception ;
87use SimpleSAML \CAS \Constants as C ;
98use SimpleSAML \Configuration ;
109use SimpleSAML \Logger ;
Original file line number Diff line number Diff line change 2828use Symfony \Component \HttpKernel \Attribute \AsController ;
2929use Symfony \Component \HttpKernel \Attribute \MapQueryParameter ;
3030
31- use in_array ;
32- use http_build_query ;
33- use var_export ;
31+ use function http_build_query ;
32+ use function in_array ;
33+ use function var_export ;
3434
3535#[AsController]
3636class LoginController
You can’t perform that action at this time.
0 commit comments