File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,21 @@ title: 'PHP Code Beautifier and Fixer'
4
4
order : ' php code beautifier and fixer'
5
5
tags : ['coding standards', 'code fixer', 'code beautifier', 'cli']
6
6
7
- authors : [{name: 'Greg Sherwood'}]
7
+ authors : [{name: 'Greg Sherwood'}, {name: 'Juliette Reinders Folmer'}]
8
8
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'}]
11
12
12
- github : [{name: 'squizlabs /PHP_CodeSniffer'}]
13
+ github : [{name: 'PHPCSStandards /PHP_CodeSniffer'}]
13
14
packagist : [{name: 'squizlabs/php_codesniffer'}]
14
15
dockerhub : [{name: 'phpqa/phpcbf'}]
15
16
16
17
dependencies : []
17
18
composer-dev : {command: 'vendor/bin/phpcbf'}
18
19
composer-global : {command: 'phpcbf'}
19
20
git : {command: 'bin/phpcbf'}
20
- phar : {url: 'https ://squizlabs.github.io/PHP_CodeSniffer /phpcbf.phar'}
21
+ phar : {url: 'http ://phars.phpcodesniffer.com /phpcbf.phar'}
21
22
22
23
---
23
24
Original file line number Diff line number Diff line change @@ -4,22 +4,21 @@ title: 'PHP_CodeSniffer'
4
4
order : ' php_codesniffer'
5
5
tags : ['coding standards', 'cli']
6
6
7
- authors : [{name: 'Greg Sherwood'}]
7
+ authors : [{name: 'Greg Sherwood'}, {name: 'Juliette Reinders Folmer'}]
8
8
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 '}]
12
12
13
- github : [{name: 'squizlabs /PHP_CodeSniffer'}]
13
+ github : [{name: 'PHPCSStandards /PHP_CodeSniffer'}]
14
14
packagist : [{name: 'squizlabs/php_codesniffer'}]
15
15
dockerhub : [{name: 'phpqa/phpcs'}]
16
16
17
17
dependencies : []
18
18
composer-dev : {command: 'vendor/bin/phpcs'}
19
19
composer-global : {command: 'phpcs'}
20
20
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'}
23
22
24
23
---
25
24
You can’t perform that action at this time.
0 commit comments