Try v1 of php-parallel-lint

This commit is contained in:
Laurent Destailleur 2020-09-07 15:06:52 +02:00
parent 26cb294b2e
commit e8b4b2e279

View File

@ -135,7 +135,7 @@ install:
fi fi
if [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then if [ "$TRAVIS_PHP_VERSION" = 'nightly' ]; then
composer -n require --ignore-platform-reqs phpunit/phpunit ^5 \ composer -n require --ignore-platform-reqs phpunit/phpunit ^5 \
jakub-onderka/php-parallel-lint ^0 \ jakub-onderka/php-parallel-lint ^1 \
jakub-onderka/php-console-highlighter ^0 \ jakub-onderka/php-console-highlighter ^0 \
squizlabs/php_codesniffer ^3 squizlabs/php_codesniffer ^3
fi fi