Skip to content

Commit f34f465

Browse files
committed
CONTRIBUTING: minor tweak
Follow up to #809 and #796
1 parent 5ee0bce commit f34f465

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ gh repo clone Automattic/VIP-Coding-Standards vipcs
4444
Now `cd vipcs` and run:
4545

4646
```sh
47-
composer install --ignore-platform-req=php+
47+
composer install
4848
```
4949

50-
The platform requirements for higher versions of PHP are ignored so that the correct version of PHPUnit (7.x needed by PHPCS) is installed.
51-
5250
You can now run:
5351

5452
```

0 commit comments

Comments
 (0)