Skip to content

Commit 39b9cf1

Browse files
committed
README: update GPG keys
1 parent 57e0980 commit 39b9cf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ php phpcbf.phar -h
4848
```
4949

5050
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`.
5252

5353
### Composer
5454
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:
7676
### Phive
7777
If you use Phive, you can install PHP_CodeSniffer as a project tool using the following commands:
7878
```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
8181
```
8282
You will then be able to run PHP_CodeSniffer from the `tools` directory:
8383
```bash

0 commit comments

Comments
 (0)