8000 Merge branch '3.4' into 4.3 · symfony/symfony@c2e1764 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2e1764

Browse files
Merge branch '3.4' into 4.3
* 3.4: Fix testing with mongodb bumped Symfony version to 3.4.38 updated VERSION for 3.4.37 update CONTRIBUTORS for 3.4.37 updated CHANGELOG for 3.4.37
2 parents a1eb0d3 + d90a503 commit c2e1764

File tree

2 files changed

+85
-44
lines changed

2 files changed

+85
-44
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ before_install:
171171
fi
172172
173173
tfold ext.apcu tpecl apcu-5.1.17 apcu.so $INI
174-
tfold ext.mongodb tpecl mongodb-1.6.0alpha1 mongodb.so $INI
174+
tfold ext.mongodb tpecl mongodb-1.6.0 mongodb.so $INI
175175
tfold ext.igbinary tpecl igbinary-3.1.2 igbinary.so $INI
176176
tfold ext.zookeeper tpecl zookeeper-0.7.1 zookeeper.so $INI
177177
tfold ext.amqp tpecl amqp-1.9.4 amqp.so $INI
@@ -276,7 +276,7 @@ install:
276276
return
277277
fi
278278
phpenv global $PHP
279-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb)
279+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb ~1.5.0)
280280
tfold 'composer update' $COMPOSER_UP
281281
tfold 'phpunit install' ./phpunit install
282282
if [[ $deps = high ]]; then

0 commit comments

Comments
 (0)
0