File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 35
35
"require" : {
36
36
"php" : " >=8.1" ,
37
37
"psr/container" : " ^1.1|^2.0" ,
38
- "spiral/security" : " ^3.16 "
38
+ "spiral/security" : " ^3.15.4 "
39
39
},
40
40
"require-dev" : {
41
41
"mockery/mockery" : " ^1.6.12" ,
57
57
},
58
58
"extra" : {
59
59
"branch-alias" : {
60
- "dev-master" : " 3.16 .x-dev"
60
+ "dev-master" : " 3.15 .x-dev"
61
61
}
62
62
},
63
63
"config" : {
Original file line number Diff line number Diff line change @@ -100,9 +100,10 @@ public function testDefaultScalarValues(): void
100
100
}
101
101
102
102
/**
103
+ * @requires PHP >= 8.2
104
+ *
103
105
* @link https://wiki.php.net/rfc/null-false-standalone-types
104
106
*/
105
- #[\PHPUnit \Framework \Attributes \RequiresPhp('>= 8.2 ' )]
106
107
public function testNullAndFalseTypes (): void
107
108
{
108
109
eval ('$fn = fn (null $a, false $b) => null; ' );
You can’t perform that action at this time.
0 commit comments