File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ before_install:
181
181
fi
182
182
183
183
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
184
- tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
184
+ tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
185
185
fi
186
186
done
187
187
@@ -247,7 +247,7 @@ install:
247
247
fi
248
248
phpenv global ${PHP/hhvm*/hhvm}
249
249
if [[ $PHP = 7.* ]]; then
250
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2 ; composer require --dev --no-update mongodb/mongodb)
250
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0 ; composer require --dev --no-update mongodb/mongodb)
251
251
fi
252
252
tfold 'composer update' $COMPOSER_UP
253
253
if [[ $TRAVIS_PHP_VERSION = 5.* || $TRAVIS_PHP_VERSION = hhvm* ]]; then
You can’t perform that action at this time.
0 commit comments