Skip to content

Commit

Permalink
Update PHP_CodeSniffer info
Browse files Browse the repository at this point in the history
PHP_CodeSniffer is under new management. See: squizlabs/PHP_CodeSniffer#3932

Also note that installation via PEAR is no longer supported.
  • Loading branch information
jrfnl committed Apr 15, 2024
1 parent 77e0c00 commit 8e51436
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
11 changes: 6 additions & 5 deletions _projects/squizlabs/phpcbf.md
Expand Up @@ -4,20 +4,21 @@ title: 'PHP Code Beautifier and Fixer'
order: 'php code beautifier and fixer'
tags: ['coding standards', 'code fixer', 'code beautifier', 'cli']

authors: [{name: 'Greg Sherwood'}]
authors: [{name: 'Greg Sherwood'}, {name: 'Juliette Reinders Folmer'}]

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

github: [{name: 'squizlabs/PHP_CodeSniffer'}]
github: [{name: 'PHPCSStandards/PHP_CodeSniffer'}]
packagist: [{name: 'squizlabs/php_codesniffer'}]
dockerhub: [{name: 'phpqa/phpcbf'}]

dependencies: []
composer-dev: {command: 'vendor/bin/phpcbf'}
composer-global: {command: 'phpcbf'}
git: {command: 'bin/phpcbf'}
phar: {url: 'https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar'}
phar: {url: 'http://phars.phpcodesniffer.com/phpcbf.phar'}

---

Expand Down
13 changes: 6 additions & 7 deletions _projects/squizlabs/phpcs.md
Expand Up @@ -4,22 +4,21 @@ title: 'PHP_CodeSniffer'
order: 'php_codesniffer'
tags: ['coding standards', 'cli']

authors: [{name: 'Greg Sherwood'}]
authors: [{name: 'Greg Sherwood'}, {name: 'Juliette Reinders Folmer'}]

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

github: [{name: 'squizlabs/PHP_CodeSniffer'}]
github: [{name: 'PHPCSStandards/PHP_CodeSniffer'}]
packagist: [{name: 'squizlabs/php_codesniffer'}]
dockerhub: [{name: 'phpqa/phpcs'}]

dependencies: []
composer-dev: {command: 'vendor/bin/phpcs'}
composer-global: {command: 'phpcs'}
git: {command: 'bin/phpcs'}
pear: {name: 'PHP_CodeSniffer'}
phar: {url: 'https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar'}
phar: {url: 'http://phars.phpcodesniffer.com/phpcs.phar'}

---

Expand Down

0 comments on commit 8e51436

Please sign in to comment.