Skip to content

Commit 8e51436

Browse files
committed
Update PHP_CodeSniffer info
PHP_CodeSniffer is under new management. See: squizlabs/PHP_CodeSniffer#3932 Also note that installation via PEAR is no longer supported.
1 parent 77e0c00 commit 8e51436

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

_projects/squizlabs/phpcbf.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ title: 'PHP Code Beautifier and Fixer'
44
order: 'php code beautifier and fixer'
55
tags: ['coding standards', 'code fixer', 'code beautifier', 'cli']
66

7-
authors: [{name: 'Greg Sherwood'}]
7+
authors: [{name: 'Greg Sherwood'}, {name: 'Juliette Reinders Folmer'}]
88

9-
website: [{url: 'https://pear.php.net/package/PHP_CodeSniffer'}]
10-
license: [{url: 'https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt', label: 'BSD 3-clause "New" or "Revised" License'}]
9+
website: [{url: 'https://github.com/PHPCSStandards/PHP_CodeSniffer/'}]
10+
license: [{url: 'https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt', label: 'BSD 3-clause "New" or "Revised" License'}]
11+
wiki: [{url: 'https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki'}]
1112

12-
github: [{name: 'squizlabs/PHP_CodeSniffer'}]
13+
github: [{name: 'PHPCSStandards/PHP_CodeSniffer'}]
1314
packagist: [{name: 'squizlabs/php_codesniffer'}]
1415
dockerhub: [{name: 'phpqa/phpcbf'}]
1516

1617
dependencies: []
1718
composer-dev: {command: 'vendor/bin/phpcbf'}
1819
composer-global: {command: 'phpcbf'}
1920
git: {command: 'bin/phpcbf'}
20-
phar: {url: 'https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar'}
21+
phar: {url: 'http://phars.phpcodesniffer.com/phpcbf.phar'}
2122

2223
---
2324

_projects/squizlabs/phpcs.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@ title: 'PHP_CodeSniffer'
44
order: 'php_codesniffer'
55
tags: ['coding standards', 'cli']
66

7-
authors: [{name: 'Greg Sherwood'}]
7+
authors: [{name: 'Greg Sherwood'}, {name: 'Juliette Reinders Folmer'}]
88

9-
website: [{url: 'https://pear.php.net/package/PHP_CodeSniffer'}]
10-
wiki: [{url: 'https://github.com/squizlabs/PHP_CodeSniffer/wiki'}]
11-
license: [{url: 'https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt', label: 'BSD 3-clause "New" or "Revised" License'}]
9+
website: [{url: 'https://github.com/PHPCSStandards/PHP_CodeSniffer/'}]
10+
license: [{url: 'https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt', label: 'BSD 3-clause "New" or "Revised" License'}]
11+
wiki: [{url: 'https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki'}]
1212

13-
github: [{name: 'squizlabs/PHP_CodeSniffer'}]
13+
github: [{name: 'PHPCSStandards/PHP_CodeSniffer'}]
1414
packagist: [{name: 'squizlabs/php_codesniffer'}]
1515
dockerhub: [{name: 'phpqa/phpcs'}]
1616

1717
dependencies: []
1818
composer-dev: {command: 'vendor/bin/phpcs'}
1919
composer-global: {command: 'phpcs'}
2020
git: {command: 'bin/phpcs'}
21-
pear: {name: 'PHP_CodeSniffer'}
22-
phar: {url: 'https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar'}
21+
phar: {url: 'http://phars.phpcodesniffer.com/phpcs.phar'}
2322

2423
---
2524

0 commit comments

Comments
 (0)