diff --git a/travis/setup-phpbb.sh b/travis/setup-phpbb.sh index daa71bd8aa..8d23865d08 100755 --- a/travis/setup-phpbb.sh +++ b/travis/setup-phpbb.sh @@ -41,6 +41,6 @@ php ../composer.phar install --dev --no-interaction if [ "$TRAVIS_PHP_VERSION" == "nightly" ] then php ../composer.phar remove phpunit/dbunit --dev --update-with-dependencies \ - && php ../composer.phar require misantron/dbunit:~5.0 phpunit/phpunit:^9.3 --dev --update-with-dependencies --ignore-platform-reqs + && php ../composer.phar require symfony/yaml:~4.4 misantron/dbunit:~5.0 nikic/php-parser:~4.7 phpunit/phpunit:^9.3 --dev --update-with-all-dependencies --ignore-platform-reqs fi cd ..