From 3a49307c3d193d022aa10d6597c4db189486f18f Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 29 Sep 2020 18:44:52 +0200 Subject: [PATCH] Ignore PHP deps when removing phpunit in PHP 8.0 environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25304120..d7460947 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: install: - composer self-update --2 - composer update --ignore-platform-req=php - - composer remove phpunit/phpunit + - composer remove --dev --ignore-platform-req=php phpunit/phpunit - composer require --dev --ignore-platform-req=php phpunit/php-text-template ^2.0 - composer require --dev --ignore-platform-req=php phpunit/phpunit ^9.0 - language: php -- 2.41.0