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