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 e4663a8 commit ab639f8Copy full SHA for ab639f8
.travis.yml
@@ -20,7 +20,7 @@ env:
20
- SYMFONY_VERSION=3.0.*
21
22
install:
23
- - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION}; fi;
+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION}; fi;
24
25
before_script:
26
- composer update --prefer-dist -n --no-progress
0 commit comments