File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 39
39
run : |
40
40
# The sniff stage doesn't run the unit tests, so no need for PHPUnit.
41
41
composer remove --no-update --dev phpunit/phpunit --no-scripts --no-interaction
42
- # Using PHPCS `3.x` as an early detection system for bugs upstream.
43
- # This should be changed to 4.x, but we'll need to wait for PHPCSDevCS to be compatible with 4.x.
44
- composer require --no-update squizlabs/php_codesniffer:"3.x-dev" --no-interaction
42
+ # Using PHPCS `4.x` as an early detection system for bugs upstream.
43
+ composer require --no-update squizlabs/php_codesniffer:"4.x-dev" --no-interaction
45
44
46
45
# Install dependencies and handle caching in one go.
47
46
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
You can’t perform that action at this time.
0 commit comments