You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,16 @@ php phpcbf.phar -h
34
34
### Composer
35
35
If you use Composer, you can install PHP_CodeSniffer system-wide with the following command:
36
36
```bash
37
-
composer global require "squizlabs/php_codesniffer=*"
37
+
composer global require "phpcsstandards/php_codesniffer=*"
38
38
```
39
39
Make sure you have the composer bin dir in your PATH. The default value is `~/.composer/vendor/bin/`, but you can check the value that you need to use by running `composer global config bin-dir --absolute`.
40
40
41
-
Or alternatively, include a dependency for `squizlabs/php_codesniffer` in your `composer.json` file. For example:
41
+
Or alternatively, include a dependency for `phpcsstandards/php_codesniffer` in your `composer.json` file. For example:
0 commit comments