mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16549] Require stable versions as PHPUnit 9.3 has been released
PHPBB3-16549
This commit is contained in:
parent
80ec1dc042
commit
108997396f
1 changed files with 2 additions and 4 deletions
|
@ -40,9 +40,7 @@ cd phpBB
|
||||||
php ../composer.phar install --dev --no-interaction
|
php ../composer.phar install --dev --no-interaction
|
||||||
if [ "$TRAVIS_PHP_VERSION" == "nightly" ]
|
if [ "$TRAVIS_PHP_VERSION" == "nightly" ]
|
||||||
then
|
then
|
||||||
php ../composer.phar config minimum-stability dev \
|
php ../composer.phar remove phpunit/dbunit --dev --update-with-dependencies \
|
||||||
&& php ../composer.phar config prefer-stable true \
|
&& php ../composer.phar require misantron/dbunit:~5.0 phpunit/phpunit:^9.3 --dev --update-with-dependencies --ignore-platform-reqs
|
||||||
&& php ../composer.phar remove phpunit/dbunit --dev --update-with-dependencies \
|
|
||||||
&& php ../composer.phar require symfony/yaml:~4.4 misantron/dbunit:~5.0 phpunit/phpunit:^9.3 --dev --update-with-dependencies --ignore-platform-reqs
|
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue