using --ignore-platform-reqs when installing phpunit/phpunit:~7

This commit is contained in:
Ralf Becker 2019-06-17 12:36:09 +02:00
parent 3f0be09dd6
commit ed1d328a71

View File

@ -50,7 +50,7 @@ before_script:
composer require 'phpunit/phpunit:~6';
;;
*)
composer require 'phpunit/phpunit:~7';
composer require --ignore-platform-reqs 'phpunit/phpunit:~7';
;;
esac
#- php -m