File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 # `master` is now 3.x.
77 - PHPCS_BRANCH="dev-master"
88 # Lowest supported release in the 3.x series with which VIPCS is compatible.
9- - PHPCS_BRANCH="3.3.1 "
9+ - PHPCS_BRANCH="3.5.5 "
1010
1111cache :
1212 directories :
Original file line number Diff line number Diff line change 1616 ],
1717 "require" : {
1818 "php" : " >=5.6" ,
19- "squizlabs/php_codesniffer" : " ^3.3.1 " ,
20- "wp-coding-standards/wpcs" : " ^2.1 "
19+ "squizlabs/php_codesniffer" : " ^3.5.5 " ,
20+ "wp-coding-standards/wpcs" : " ^2.3 "
2121 },
2222 "require-dev" : {
23- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.5 " ,
23+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 " ,
2424 "phpcompatibility/php-compatibility" : " ^9" ,
2525 "phpunit/phpunit" : " ^5 || ^6 || ^7"
2626 },
2727 "suggest" : {
28- "dealerdirect/phpcodesniffer-composer-installer" : " ^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
28+ "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 || This Composer plugin will manage the PHPCS 'installed_paths' automatically."
2929 },
3030 "minimum-stability" : " RC" ,
3131 "scripts" : {
You can’t perform that action at this time.
0 commit comments