Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions _projects/squizlabs/phpcbf.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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