We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f792f2d commit f284094Copy full SHA for f284094
.travis.yml
@@ -20,7 +20,7 @@ matrix:
20
21
before_install:
22
- composer global require symfony/flex --no-scripts
23
- - if [ "$SYMFONY_LTS" != "" ]; then composer config extra.symfony.require $SYMFONY_REQUIRE fi
+ - if [ "$SYMFONY_REQUIRE" != "" ]; then composer config extra.symfony.require $SYMFONY_REQUIRE; fi
24
25
install:
26
- composer update $COMPOSER_FLAGS --prefer-dist
0 commit comments