Skip to content

Commit ab85ccf

Browse files
committed
Readme: fix installation instructions
When using a project based install, this tool should normally be installed as a `--dev` tool. [skip-ci]
1 parent aff2f40 commit ab85ccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Installation
3737

3838
Run the following from the root of your project:
3939
```bash
40-
composer require phpcsstandards/phpcsdevtools:^1.0
40+
composer require --dev phpcsstandards/phpcsdevtools:^1.0
4141
```
4242

4343
### Composer Global Installation

0 commit comments

Comments
 (0)