Skip to content

Commit 99cd409

Browse files
committed
chore(cs:deps): replace unmaintened version of consistence/coding-standard
See https://github.com/consistence-community/coding-standard
1 parent 3634502 commit 99cd409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-cs/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require-dev": {
3-
"consistence/coding-standard": "^3.10",
3+
"consistence-community/coding-standard": "^3.10",
44
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
55
"slevomat/coding-standard": "^6.4"
66
}

phpcs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arg value="sp"/>
99
<file>src</file>
1010
<file>tests</file>
11-
<rule ref="build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml">
11+
<rule ref="build-cs/vendor/consistence-community/coding-standard/Consistence/ruleset.xml">
1212
<exclude name="Squiz.Functions.GlobalFunction.Found"/>
1313
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"/>
1414
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>

0 commit comments

Comments
 (0)