This commit is contained in:
Nicolas Grekas 2018-08-03 15:09:12 +02:00
parent fa4d95a3ba
commit 79ce6eae8f
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ install:
fi
phpenv global ${PHP/hhvm*/hhvm}
if [[ $PHP = 7.* ]]; then
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.0; composer require --dev --no-update mongodb/mongodb)
fi
tfold 'composer update' $COMPOSER_UP
tfold 'phpunit install' ./phpunit install