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.
2 parents 434ed11 + 23da3b0 commit dadd683Copy full SHA for dadd683
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- composer self-update
24
25
install:
26
- - if [ ! -z ${SYMFONY_VERSION+x} ]; then composer require --no-update "symfony/dependency-injection:${SYMFONY_VERSION}"; fi
+ - if [ ! -z ${SYMFONY_DI_VERSION+x} ]; then composer require --no-update "symfony/dependency-injection:${SYMFONY_DI_VERSION}"; fi
27
- composer install --prefer-dist
28
29
script: vendor/bin/phpunit
0 commit comments