We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80cb451 + 52174dd commit ab5a0e6Copy full SHA for ab5a0e6
README.md
@@ -33,14 +33,13 @@ The only supported installation method is via [Composer](https://getcomposer.org
33
34
If you don't have a Composer plugin installed to manage the `installed_paths` setting for PHP_CodeSniffer, run the following from the command-line:
35
```bash
36
+composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
37
composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-wp:"*"
-composer install
38
```
39
40
If you already have a Composer PHP_CodeSniffer plugin installed, run:
41
42
composer require --dev phpcompatibility/phpcompatibility-wp:"*"
43
44
45
46
Next, run:
0 commit comments