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
fi
160
160
161
161
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
162
- tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
162
+ tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
163
163
tfold ext.amqp tpecl amqp-1.9.3 amqp.so $INI
164
164
done
165
165
@@ -222,7 +222,7 @@ install:
222
222
break
223
223
fi
224
224
phpenv global $PHP
225
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2 ; composer require --dev --no-update mongodb/mongodb)
225
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0 ; composer require --dev --no-update mongodb/mongodb)
226
226
tfold 'composer update' $COMPOSER_UP
227
227
tfold 'phpunit install' ./phpunit install
228
228
if [[ $deps = high ]]; then
You can’t perform that action at this time.
0 commit comments