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