8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f082f41 + 6cb792c commit b2c2381Copy full SHA for b2c2381
.travis.yml
@@ -230,7 +230,7 @@ install:
230
fi
231
phpenv global ${PHP/hhvm*/hhvm}
232
if [[ $PHP = 7.* ]]; then
233
- ([[ $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)
234
235
tfold 'composer update' $COMPOSER_UP
236
tfold 'phpunit install' ./phpunit install
0 commit comments