File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The only supported installation method is via [Composer](https://getcomposer.org
3232
3333If you don't have a Composer plugin installed to manage the ` installed_paths ` setting for PHP_CodeSniffer, run the following from the command-line:
3434``` bash
35- composer require --dev dealerdirect/phpcodesniffer-composer-installer:^0.6 phpcompatibility/phpcompatibility-passwordcompat:*
35+ composer require --dev dealerdirect/phpcodesniffer-composer-installer:" ^0.7 " phpcompatibility/phpcompatibility-passwordcompat:*
3636composer install
3737```
3838
Original file line number Diff line number Diff line change 2121 "phpcompatibility/php-compatibility" : " ^9.0"
2222 },
2323 "require-dev" : {
24- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6 " ,
24+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 " ,
2525 "ircmaxell/password-compat" : " dev-master"
2626 },
2727 "suggest" : {
28- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically." ,
28+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically." ,
2929 "roave/security-advisories" : " dev-master || Helps prevent installing dependencies with known security issues."
3030 },
3131 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments