Skip to content

Commit

Permalink
Merge pull request #23 from PHPCompatibility/feature/update-phpcs-ins…
Browse files Browse the repository at this point in the history
…taller-recommendation

Update version of Composer PHPCS plugin
  • Loading branch information
wimg committed Nov 15, 2020
2 parents 1ef9c71 + 64fe850 commit 674ed5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The only supported installation method is via [Composer](https://getcomposer.org

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"phpcompatibility/phpcompatibility-paragonie" : "^1.0"
},
"require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6"
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
},
"suggest" : {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"prefer-stable" : true
Expand Down

0 comments on commit 674ed5d

Please sign in to comment.