diff --git a/.travis.yml b/.travis.yml index 9fa1031..c2f59bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ php: - 5.4 - 5.5 - 5.6 +env: + - SYMFONY="2.6.*" +install: + - composer require --no-update symfony/symfony:${SYMFONY} services: - elasticsearch before_script: diff --git a/composer.json b/composer.json index f85fdad..15e2d03 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=5.4", - "symfony/symfony": "~2.3", + "symfony/symfony": "~2.6", "ongr/elasticsearch-bundle": "~0.1", "ongr/router-bundle": "~0.1" },