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.
1 parent f50ee9b commit 6cb792cCopy full SHA for 6cb792c
.travis.yml
@@ -209,7 +209,7 @@ install:
209
fi
210
phpenv global ${PHP/hhvm*/hhvm}
211
if [[ $PHP = 7.* ]]; then
212
- ([[ $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)
213
214
tfold 'composer update' $COMPOSER_UP
215
tfold 'phpunit install' ./phpunit install
0 commit comments