Skip to content

Commit

Permalink
Merge pull request #17 from PHPCompatibility/feature/readme-minor-update
Browse files Browse the repository at this point in the history
README: update install instructions
  • Loading branch information
jrfnl authored Apr 12, 2021
2 parents dc97dd9 + dcc7845 commit 3c6a691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ The minimum _recommended_ version of PHP_CodeSniffer is version 2.6.0.

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:
```bash
composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-all:*
composer require --dev dealerdirect/phpcodesniffer-composer-installer:"^0.7" phpcompatibility/phpcompatibility-all:"*"
composer install
```

If you already have a Composer PHP_CodeSniffer plugin installed, run:
```bash
composer require --dev phpcompatibility/phpcompatibility-all:*
composer require --dev phpcompatibility/phpcompatibility-all:"*"
composer install
```

Expand Down

0 comments on commit 3c6a691

Please sign in to comment.