We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984a976 commit 52ba336Copy full SHA for 52ba336
.travis.yml
@@ -30,6 +30,10 @@ matrix:
30
31
before_install:
32
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
33
+
34
+ # temporary workaround until https://github.com/composer/composer/issues/6977 is resolved
35
+ - composer self-update 1.5.6
36
37
- if [ "$DEPENDENCIES" != "" ]; then composer config minimum-stability $DEPENDENCIES; fi
38
- if [ "$SYMFONY_LTS" != "" ]; then composer require --dev --no-update symfony/lts=$SYMFONY_LTS; fi
39
0 commit comments