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 977931a commit ae49f93Copy full SHA for ae49f93
.travis.yml
@@ -10,8 +10,8 @@ env:
10
- SYMFONY_VERSION=dev-master
11
12
before_script:
13
- - composer require symfony/routing:${SYMFONY_VERSION} --no-update
14
- - composer install --dev
+ - composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
+ - composer update
15
- cp ./Tests/Functional/config/parameters.yml.dist ./Tests/Functional/config/parameters.yml
16
- php Tests/Functional/console doctrine:phpcr:init:dbal
17
- php Tests/Functional/console doctrine:phpcr:repository:init
0 commit comments