File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313 "php" : " ~8.1.0 || ~8.2.0" ,
1414 "ext-mbstring" : " *" ,
1515 "ext-tokenizer" : " *" ,
16- "friendsofphp/php-cs-fixer" : " ^3.17 "
16+ "friendsofphp/php-cs-fixer" : " ^3.18 "
1717 },
1818 "require-dev" : {
19- "phpstan/phpstan" : " ^1.10.15 " ,
20- "phpstan/phpstan-phpunit" : " ^1.3.12 " ,
21- "phpunit/phpunit" : " ^10.1.3 " ,
19+ "phpstan/phpstan" : " ^1.10.21 " ,
20+ "phpstan/phpstan-phpunit" : " ^1.3.13 " ,
21+ "phpunit/phpunit" : " ^10.2.2 " ,
2222 "slam/php-debug-r" : " ^1.8.0" ,
2323 "slam/phpstan-extensions" : " ^6.0.0"
2424 },
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ final class Config extends PhpCsFixerConfig
4242 'method_argument_space ' => ['keep_multiple_spaces_after_comma ' => true ],
4343 'native_constant_invocation ' => true ,
4444 'native_function_invocation ' => ['include ' => ['@internal ' ]],
45- 'no_blank_lines_before_namespace ' => false ,
4645 'no_multiline_whitespace_around_double_arrow ' => false ,
4746 'no_superfluous_phpdoc_tags ' => ['allow_mixed ' => true ],
4847 'not_operator_with_space ' => false ,
You can’t perform that action at this time.
0 commit comments