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 ca619c4 + 72c736b commit a903e83Copy full SHA for a903e83
README.md
@@ -32,13 +32,15 @@ Installation
32
33
Run the following from the root of your project:
34
```bash
35
+composer config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
36
composer require --dev phpcsstandards/phpcsdevcs:"^1.0"
37
```
38
39
### Composer Global Installation
40
41
If you work on several different sniff repos, you may want to install this toolset globally:
42
43
+composer global config allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
44
composer global require --dev phpcsstandards/phpcsdevcs:"^1.0"
45
46
0 commit comments