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 3c6a691 + 7a1465d commit 472a058Copy full SHA for 472a058
README.md
@@ -38,14 +38,13 @@ The minimum _recommended_ version of PHP_CodeSniffer is version 2.6.0.
38
39
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:
40
```bash
41
+composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
42
composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-all:"*"
-composer install
43
```
44
45
If you already have a Composer PHP_CodeSniffer plugin installed, run:
46
47
composer require --dev phpcompatibility/phpcompatibility-all:"*"
48
49
50
51
Next, run:
0 commit comments