File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 44
55namespace SimpleSAML \Module \casserver \Controller \Traits ;
66
7+ use SimpleSAML \Configuration ;
78use SimpleSAML \Module \casserver \Cas \ServiceValidator ;
89use SimpleSAML \Module \casserver \Cas \TicketValidator ;
910use Symfony \Component \HttpFoundation \Request ;
You can’t perform that action at this time.
0 commit comments