mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17091] Limit doctrine/instantiator to 1.x versions
PHPBB3-17091
This commit is contained in:
parent
6d8468c91a
commit
ad794c17ed
1 changed files with 1 additions and 1 deletions
2
.github/setup-phpbb.sh
vendored
2
.github/setup-phpbb.sh
vendored
|
@ -31,6 +31,6 @@ php ../composer.phar install --dev --no-interaction
|
||||||
if [[ "$PHP_VERSION" =~ ^nightly$ || "$PHP_VERSION" =~ ^8 ]]
|
if [[ "$PHP_VERSION" =~ ^nightly$ || "$PHP_VERSION" =~ ^8 ]]
|
||||||
then
|
then
|
||||||
php ../composer.phar remove phpunit/dbunit --dev --update-with-dependencies \
|
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-all-dependencies --ignore-platform-reqs
|
&& php ../composer.phar require symfony/yaml:~4.4 misantron/dbunit:~5.0 phpunit/phpunit:^9.3 doctrine/instantiator:^1.4 --dev --update-with-all-dependencies --ignore-platform-reqs
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue