diff --git a/.travis.yml b/.travis.yml index 621368e..f2b6297 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php sudo: false php: + - 7.1 - 7.0 - 5.6 - 5.5 @@ -15,11 +16,12 @@ env: matrix: - SYMFONY_VERSION=2.7.* - SYMFONY_VERSION=2.8.* - - SYMFONY_VERSION=3.0.* + - SYMFONY_VERSION=3.2.* branches: except: - /^analysis-.*$/ + - /^patch-.*$/ matrix: fast_finish: true diff --git a/composer.json b/composer.json index 14a85bf..eb71ba3 100644 --- a/composer.json +++ b/composer.json @@ -26,14 +26,15 @@ "require": { "php": "^5.5 || ^7.0", "symfony/framework-bundle": "^2.7 || ^3.0", - "cache/taggable-cache": "^0.4.3", - "cache/session-handler": "^0.1" + "cache/taggable-cache": "^0.5", + "cache/session-handler": "^0.2" }, "require-dev": { "phpunit/phpunit": "^5.1 || ^4.0", "symfony/symfony": "^2.7 || ^3.0", "cache/psr-6-doctrine-bridge": "^2.0", - "cache/array-adapter": "^0.4", + "cache/array-adapter": "^0.5", + "nyholm/symfony-bundle-test": "^1.0.1", "matthiasnoback/symfony-dependency-injection-test": "^1.0" }, "suggest": {