File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ php phpcs.phar -h
46
46
php phpcbf.phar -h
47
47
```
48
48
49
+ These Phars are signed with the official Release key for PHPCS with the
50
+ fingerprint ` 95DE 904A B800 754A 11D8 0B60 5E6D DE99 8AB7 3B8E ` .
51
+
49
52
### Composer
50
53
If you use Composer, you can install PHP_CodeSniffer system-wide with the following command:
51
54
``` bash
@@ -71,8 +74,8 @@ You will then be able to run PHP_CodeSniffer from the vendor bin directory:
71
74
### Phive
72
75
If you use Phive, you can install PHP_CodeSniffer as a project tool using the following commands:
73
76
``` bash
74
- phive install phpcs
75
- phive install phpcbf
77
+ phive install --trust-gpg-keys 95DE904AB800754A11D80B605E6DDE998AB73B8E phpcs
78
+ phive install --trust-gpg-keys 95DE904AB800754A11D80B605E6DDE998AB73B8E phpcbf
76
79
```
77
80
You will then be able to run PHP_CodeSniffer from the ` tools ` directory:
78
81
``` bash
You can’t perform that action at this time.
0 commit comments