Skip to content

Commit 41b0e05

Browse files
committed
Composer: update repo address
1 parent f6dc841 commit 41b0e05

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

composer.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@
77
"standards",
88
"static analysis"
99
],
10-
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
10+
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
1111
"license": "BSD-3-Clause",
1212
"authors": [
1313
{
1414
"name": "Greg Sherwood",
15-
"role": "lead"
15+
"role": "Former lead"
16+
},
17+
{
18+
"name": "Juliette Reinders Folmer",
19+
"role": "Current lead"
20+
},
21+
{
22+
"name" : "Contributors",
23+
"homepage" : "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
1624
}
1725
],
1826
"support": {
19-
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
20-
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki",
21-
"source": "https://github.com/squizlabs/PHP_CodeSniffer"
27+
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
28+
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki",
29+
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer"
2230
},
2331
"extra": {
2432
"branch-alias": {

0 commit comments

Comments
 (0)