Skip to content

Commit 6261d04

Browse files
committed
Fix issue #5 - change tool repo
We now use `PHPCSStandards/PHP_CodeSniffer` instead of the unmaintained `PHPCSStandards/PHP_CodeSniffer`. Our supported releases 2.x and 3.x are contained in both repositories, therefore no other change is needed.
1 parent a02152f commit 6261d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcq-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sources": [
1515
{
1616
"type": "github",
17-
"repository": "squizlabs/PHP_CodeSniffer"
17+
"repository": "PHPCSStandards/PHP_CodeSniffer"
1818
}
1919
]
2020
},
@@ -23,7 +23,7 @@
2323
"sources": [
2424
{
2525
"type": "github",
26-
"repository": "squizlabs/PHP_CodeSniffer"
26+
"repository": "PHPCSStandards/PHP_CodeSniffer"
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)