8000 minor #40222 install compatible versions of mongodb/mongodb only (xab… · symfony/symfony@1a5aec1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a5aec1

Browse files
committed
minor #40222 install compatible versions of mongodb/mongodb only (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- install compatible versions of mongodb/mongodb only | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 3a231c2 install compatible versions of mongodb/mongodb only
2 parents c1c2086 + 3a231c2 commit 1a5aec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ install:
255255
fi
256256
phpenv global $PHP
257257
rm vendor/composer/package-versions-deprecated -Rf
258-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; cp composer.json composer.bak; composer require --dev --no-update mongodb/mongodb ^1.9.0)
258+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; cp composer.json composer.bak; composer require --dev --no-update mongodb/mongodb)
259259
tfold 'composer update' $COMPOSER_UP
260260
tfold 'phpunit install' ./phpunit install
261261
if [[ $deps = high ]]; then

0 commit comments

Comments
 (0)
0