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 @@ -158,7 +158,7 @@ before_install:
158
158
echo extension = $ext_cache >> $INI
159
159
elif [[ $PHP = 7.* ]]; then
160
160
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
161
- tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
161
+ tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
162
162
fi
163
163
done
164
164
@@ -217,7 +217,7 @@ install:
217
217
fi
218
218
phpenv global ${PHP/hhvm*/hhvm}
219
219
if [[ $PHP = 7.* ]]; then
220
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2 ; composer require --dev --no-update mongodb/mongodb)
220
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0 ; composer require --dev --no-update mongodb/mongodb)
221
221
fi
222
222
tfold 'composer update' $COMPOSER_UP
223
223
if [[ $TRAVIS_PHP_VERSION = 5.* || $TRAVIS_PHP_VERSION = hhvm* ]]; then
You can’t perform that action at this time.
0 commit comments