Last active
December 21, 2022 21:26
-
-
Save bor0/c24aa2b57b15ab8c2027808089654cb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bor0@bor0:~$ phpcs --version | |
PHP_CodeSniffer version 3.7.1 (stable) by Squiz (http://www.squiz.net) | |
bor0@bor0:~$ which phpcs | |
/Users/bor0/bin/phpcs | |
bor0@bor0:~$ ls -al ~/bin/phpcs | |
lrwxr-xr-x 1 bor0 staff 64 Mar 21 2022 /Users/bor0/bin/phpcs -> /Users/bor0/.composer/vendor/squizlabs/php_codesniffer/bin/phpcs | |
bor0@bor0:~$ cat ~/.composer/composer.json | |
{ | |
"require": { | |
"squizlabs/php_codesniffer": "^3.7" | |
} | |
} | |
bor0@bor0:~$ wp --version | |
WP-CLI 2.8.0-alpha-a5121e9 | |
bor0@bor0:~$ phpcs --config-show | |
Using config file: /Users/bor0/.composer/vendor/squizlabs/php_codesniffer/CodeSniffer.conf | |
installed_paths: /Users/bor0/dev/WordPress-Coding-Standards | |
bor0@bor0:~$ grep url /Users/bor0/dev/WordPress-Coding-Standards/.git/config | |
url = https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git | |
bor0@bor0:~$ php -v | |
PHP 8.2.0 (cli) (built: Dec 9 2022 16:55:44) (NTS) | |
Copyright (c) The PHP Group | |
Zend Engine v4.2.0, Copyright (c) Zend Technologies | |
with Zend OPcache v8.2.0, Copyright (c), by Zend Technologies | |
bor0@bor0:~$ composer --version | |
Composer version 2.2.4 2022-01-08 12:30:42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment