File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ before_install:
161
161
fi
162
162
163
163
tfold ext.apcu tpecl apcu-5.1.6 apcu.so $INI
164
- tfold ext.mongodb tpecl mongodb-1.5.2 mongodb.so $INI
164
+ tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
165
165
tfold ext.amqp tpecl amqp-1.9.3 amqp.so $INI
166
166
tfold ext.igbinary tpecl igbinary-2.0.6 igbinary.so $INI
167
167
tfold ext.zookeeper tpecl zookeeper-0.5.0 zookeeper.so $INI
@@ -226,7 +226,7 @@ install:
226
226
break
227
227
fi
228
228
phpenv global $PHP
229
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.2 ; composer require --dev --no-update mongodb/mongodb)
229
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0 ; composer require --dev --no-update mongodb/mongodb)
230
230
tfold 'composer update' $COMPOSER_UP
231
231
tfold 'phpunit install' ./phpunit install
232
232
if [[ $deps = high ]]; then
You can’t perform that action at this time.
0 commit comments