diff --git a/.travis.yml b/.travis.yml index f8fe2c5..f01ea62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,13 @@ language: php php: - - 5.3.3 - - 5.3 - - 5.4 - 5.5 + - 5.6 + - 7.0 env: - - SYMFONY_VERSION="2.0.*" - - SYMFONY_VERSION="2.1.*" - - SYMFONY_VERSION="2.2.*" - SYMFONY_VERSION="2.3.*" + - SYMFONY_VERSION="3.0.*" before_script: - composer self-update diff --git a/composer.json b/composer.json index 0de60c8..6b8725c 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "symfony/framework-bundle": "2.*", + "symfony/framework-bundle": "~2.3|~3.0", "widop/http-adapter": "1.1.*" }, "require-dev": { @@ -23,7 +23,8 @@ "ext-curl": "*", "kriswallsmith/buzz": "*", "guzzle/guzzle": "*", - "zendframework/zend-http": "*" + "zendframework/zend-http": "*", + "php": ">=5.5.9" }, "autoload": { "psr-0": { "Widop\\HttpAdapterBundle": "" }