[ticket/16549] Fix composer dependencies

PHPBB3-16549
This commit is contained in:
rxu 2020-08-09 15:56:57 +07:00
parent 185b9eee41
commit 342301a1fc
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -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 ..