Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ gh repo clone Automattic/VIP-Coding-Standards vipcs
Now `cd vipcs` and run:

```sh
composer install --ignore-platform-req=php+
composer install
```

The platform requirements for higher versions of PHP are ignored so that the correct version of PHPUnit (7.x needed by PHPCS) is installed.

You can now run:

```
Expand Down