Skip to content

Commit 2dae57b

Browse files
committed
Should not require the ignore platform reqs now we add ext-mongo to composer
1 parent d9619f2 commit 2dae57b

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
@@ -22,7 +22,7 @@ before_script:
2222
- composer config "platform.ext-mongo" "1.6.16"
2323
- composer self-update
2424
# To be removed when this issue is resolved: https://github.com/composer/composer/issues/5355
25-
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --ignore-platform-reqs --quiet; fi
25+
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
2626
- composer update -v ${COMPOSER_FLAGS}
2727

2828
script:

0 commit comments

Comments
 (0)