Skip to content

Commit d388671

Browse files
authored
Merge pull request #810 from Automattic/feature/contributing-minor-tweak
2 parents 5ee0bce + f34f465 commit d388671

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)