File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 }
2626 },
2727 "require" : {
28- "php" : " ^8.1 " ,
29- "simplesamlphp/assert" : " ^0.8.0 || ^1 .0.0" ,
30- "ext-pdo" : " ^8.1 "
28+ "php" : " ^8.3 " ,
29+ "simplesamlphp/assert" : " ^2 .0.0" ,
30+ "ext-pdo" : " * "
3131 },
3232 "require-dev" : {
33- "simplesamlphp/simplesamlphp" : " >=2.0 .0 <2.6.0" ,
34- "simplesamlphp/simplesamlphp-test-framework" : " ^1.9 .2"
33+ "simplesamlphp/simplesamlphp" : " >=2.5 .0 <2.6.0" ,
34+ "simplesamlphp/simplesamlphp-test-framework" : " ^1.11 .2"
3535 },
3636 "suggest" : {
3737 "ext-mysql" : " Needed if a MySQL backend is used" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class AttributeFromSQL extends Auth\ProcessingFilter
4949 private bool $ ignoreExpiry ;
5050
5151 /** @var string Character used to quote SQL identifiers. Default to " per SQL:1999 */
52- private $ sqlIdentifierQuoteChar = '" ' ;
52+ private string $ sqlIdentifierQuoteChar = '" ' ;
5353
5454
5555 /**
You can’t perform that action at this time.
0 commit comments