File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
"php" : " ^7.1 || ^8.0"
4
4
},
5
5
"require-dev" : {
6
- "consistence/coding-standard" : " ^3.10" ,
6
+ "consistence-community /coding-standard" : " ^3.10" ,
7
7
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.7.1" ,
8
+ "squizlabs/php_codesniffer" : " ^3.5" ,
8
9
"slevomat/coding-standard" : " ^6.4.1"
9
10
}
10
11
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<ruleset name =" PHPStan PHPDoc Parser" >
3
3
<config name =" php_version" value =" 70100" />
4
- <rule ref =" build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml" >
4
+ <rule ref =" build-cs/vendor/consistence-community /coding-standard/Consistence/ruleset.xml" >
5
5
<exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat" />
6
6
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
7
7
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation" />
You can’t perform that action at this time.
0 commit comments