Skip to content

Commit deeaae7

Browse files
committed
Use Composer 1
This bundle might have several issues with Composer 2, let's see if we can fix the build for current contributions until Composer 2 compatibility is contributed.
1 parent 451fabb commit deeaae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ env:
2020
- COMPOSER_MEMORY_LIMIT=-1
2121

2222
before_install:
23+
- composer self-update --1
2324
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"
2425
- composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
2526

2627
install:
27-
- composer self-update
2828
- pecl install -f mongodb-${DRIVER_VERSION}
2929
- if [[ -z ${REQUIRE_SYMFONY_MESSENGER} ]]; then composer require --dev symfony/messenger --no-update; fi
3030
- composer update ${COMPOSER_FLAGS}

0 commit comments

Comments
 (0)