We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ee0bce + f34f465 commit d388671Copy full SHA for d388671
1 file changed
.github/CONTRIBUTING.md
@@ -44,11 +44,9 @@ gh repo clone Automattic/VIP-Coding-Standards vipcs
44
Now `cd vipcs` and run:
45
46
```sh
47
-composer install --ignore-platform-req=php+
+composer install
48
```
49
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
-
52
You can now run:
53
54
0 commit comments