Skip to content

Commit eb1dfbe

Browse files
authored
Merge pull request #6 from phpcq/feature/phpcs-standards-repo
Fix issue #5 - change tool repo
2 parents a02152f + 6261d04 commit eb1dfbe

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)