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 @@ -53,7 +53,7 @@ The only supported installation method is via [Composer](https://getcomposer.org
5353
5454If you don't have a Composer plugin installed to manage the ` installed_paths ` setting for PHP_CodeSniffer, run the following from the command-line:
5555``` bash
56- composer require --dev dealerdirect/phpcodesniffer-composer-installer:^0.5.0 phpcompatibility/phpcompatibility-symfony:*
56+ composer require --dev dealerdirect/phpcodesniffer-composer-installer:^0.6 phpcompatibility/phpcompatibility-symfony:*
5757composer install
5858```
5959
Original file line number Diff line number Diff line change 2323 "phpcompatibility/phpcompatibility-passwordcompat" : " ^1.0"
2424 },
2525 "require-dev" : {
26- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.5 " ,
26+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6 " ,
2727 "symfony/polyfill-php54" : " dev-master" ,
2828 "symfony/polyfill-php55" : " dev-master" ,
2929 "symfony/polyfill-php56" : " dev-master" ,
3434 "symfony/polyfill-php74" : " dev-master"
3535 },
3636 "suggest" : {
37- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically." ,
37+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.6 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically." ,
3838 "roave/security-advisories" : " dev-master || Helps prevent installing dependencies with known security issues."
3939 },
4040 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments