Skip to content

Commit

Permalink
Fix PHPUnit 10 dependency on PHP 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaudriga committed Jan 11, 2024
1 parent 406d058 commit 3152b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ php70_mode: composer_lts
git checkout composer.json composer.lock
rm $(build_tools_directory)/composer.phar || true
ln $(build_tools_directory)/composer_lts.phar $(build_tools_directory)/composer.phar
php $(build_tools_directory)/composer.phar require psr/log:'<2'
php $(build_tools_directory)/composer.phar require psr/log:'<2' phpunit/phpunit:'<10' phar-io/manifest:'<2' phpunit/php-code-coverage:'<6' phpunit/php-file-iterator:'<2' phpunit/php-timer:'<6' phpunit/php-text-template:'<2' phar-io/version:'<3'
php $(build_tools_directory)/composer.phar update --prefer-dist --no-dev

# Lint for PHP 7.0
Expand Down

0 comments on commit 3152b7a

Please sign in to comment.