Skip to content

Commit d329342

Browse files
committed
Update reference to the DealerDirect plugin
PR 8 updated the `composer.json` file to recommend version `^0.5.0` of the DealerDirect plugin, but the installation instructions in the readme hadn't been updated yet to reflect this.
1 parent 6eeb04f commit d329342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The minimum _recommended_ version of PHP_CodeSniffer is version 2.6.0.
3838

3939
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:
4040
```bash
41-
composer require --dev dealerdirect/phpcodesniffer-composer-installer:^0.4.3 phpcompatibility/phpcompatibility-all:*
41+
composer require --dev dealerdirect/phpcodesniffer-composer-installer:^0.5.0 phpcompatibility/phpcompatibility-all:*
4242
composer install
4343
```
4444

0 commit comments

Comments
 (0)