mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
using --ignore-platform-reqs when installing phpunit/phpunit:~7
This commit is contained in:
parent
3f0be09dd6
commit
ed1d328a71
@ -50,7 +50,7 @@ before_script:
|
|||||||
composer require 'phpunit/phpunit:~6';
|
composer require 'phpunit/phpunit:~6';
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
composer require 'phpunit/phpunit:~7';
|
composer require --ignore-platform-reqs 'phpunit/phpunit:~7';
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
#- php -m
|
#- php -m
|
||||||
|
Loading…
Reference in New Issue
Block a user