Skip to content

Commit

Permalink
CONTRIBUTING: minor tweak
Browse files Browse the repository at this point in the history
Follow up to #809 and #796
  • Loading branch information
jrfnl authored and rebeccahum committed May 2, 2024
1 parent 35cd115 commit 8bf3753
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 8bf3753

Please sign in to comment.