File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 # dev packages for next major version
5353 - minimum-stability : ' dev'
5454 php-version : ' 8.4'
55- symfony-version : ' 8.0'
55+ symfony-version : ' 8.0.x-dev '
5656 # lowest deps
5757 - php-version : ' 8.1'
5858 dependency-version : ' lowest'
Original file line number Diff line number Diff line change 2323 "symfony/process" : " ^6.4|^7.0|^8.0"
2424 },
2525 "require-dev" : {
26- "phpstan/phpstan" : " ^1.11 " ,
27- "symplify/easy-coding-standard" : " ^ 12.1.2 " ,
26+ "phpstan/phpstan" : " ^2.1.21 " ,
27+ "symplify/easy-coding-standard" : " 12.5.22 " ,
2828 "symfony/framework-bundle" : " ^6.4|^7.0|^8.0"
2929 }
3030}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ private static function isMusl(): bool
4242 {
4343 static $ isMusl = null ;
4444
45- if (null !== $ isMusl ) {
45+ if (is_bool ( $ isMusl) ) {
4646 return $ isMusl ;
4747 }
4848
Original file line number Diff line number Diff line change 1010
1111final class KocalBiomeJsBundle extends Bundle
1212{
13- protected function createContainerExtension (): ? ExtensionInterface
13+ protected function createContainerExtension (): ExtensionInterface
1414 {
1515 return new BiomeJsExtension ();
1616 }
You can’t perform that action at this time.
0 commit comments