File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 17
17
"symfony/polyfill-php80" : " ^1.19"
18
18
},
19
19
"require-dev" : {
20
- "squizlabs/php_codesniffer" : " ^3.6 " ,
21
- "doctrine/coding-standard" : " ^9.0 " ,
20
+ "squizlabs/php_codesniffer" : " ^3.7 " ,
21
+ "doctrine/coding-standard" : " ^11.1 " ,
22
22
"symfony/phpunit-bridge" : " ^5.2" ,
23
23
"vimeo/psalm" : " ^4.28"
24
24
},
Original file line number Diff line number Diff line change 22
22
<!-- Exclude sniffs that require newer PHP versions -->
23
23
<!-- ********************************************** -->
24
24
25
+ <!-- Requires PHP 7.3 -->
26
+ <exclude name =" SlevomatCodingStandard.Functions.RequireTrailingCommaInCall.MissingTrailingComma" />
27
+
25
28
<!-- Requires PHP 7.4 -->
26
29
<exclude name =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator" />
27
30
28
31
<!-- Requires PHP 8.0 -->
29
32
<exclude name =" SlevomatCodingStandard.Classes.ModernClassNameReference.ClassNameReferencedViaFunctionCall" />
33
+ <exclude name =" SlevomatCodingStandard.Classes.RequireConstructorPropertyPromotion.RequiredConstructorPropertyPromotion" />
34
+ <exclude name =" SlevomatCodingStandard.Exceptions.RequireNonCapturingCatch.NonCapturingCatchRequired" />
35
+ <exclude name =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat.DisallowedShortNullable" />
30
36
31
37
32
38
<!-- *********************************** -->
You can’t perform that action at this time.
0 commit comments