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 @@ -129,7 +129,7 @@ private static function getPrettyName(callable $callback): string
129
129
} elseif ($ callback instanceof \Closure) {
130
130
$ r = new \ReflectionFunction ($ callback );
131
131
132
- if (str_contains ($ r ->name , '{closure} ' ) || !$ class = \ PHP_VERSION_ID >= 80111 ? $ r ->getClosureCalledClass () : $ r -> getClosureScopeClass ()) {
132
+ if (str_contains ($ r ->name , '{closure} ' ) || !$ class = $ r ->getClosureCalledClass ()) {
133
133
return $ r ->name ;
134
134
}
135
135
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=8.1 " ,
19
+ "php" : " >=8.2 " ,
20
20
"symfony/polyfill-ctype" : " ~1.8" ,
21
21
"symfony/polyfill-intl-grapheme" : " ~1.0" ,
22
22
"symfony/polyfill-intl-normalizer" : " ~1.0" ,
23
23
"symfony/polyfill-mbstring" : " ~1.0"
24
24
},
25
25
"require-dev" : {
26
- "symfony/error-handler" : " ^5.4|^6.0 |^7.0" ,
27
- "symfony/intl" : " ^6.2 |^7.0" ,
28
- "symfony/http-client" : " ^5.4|^6.0 |^7.0" ,
26
+ "symfony/error-handler" : " ^6.4 |^7.0" ,
27
+ "symfony/intl" : " ^6.4 |^7.0" ,
28
+ "symfony/http-client" : " ^6.4 |^7.0" ,
29
29
"symfony/translation-contracts" : " ^2.5|^3.0" ,
30
- "symfony/var-exporter" : " ^5.4|^6.0 |^7.0"
30
+ "symfony/var-exporter" : " ^6.4 |^7.0"
31
31
},
32
32
"conflict" : {
33
33
"symfony/translation-contracts" : " <2.5"
You can’t perform that action at this time.
0 commit comments