From 443fb8291a3360aa45f183a53d9925b0bf94b948 Mon Sep 17 00:00:00 2001 From: Maxim Date: Mon, 7 Dec 2015 03:50:08 +0700 Subject: [PATCH] Compatible with Symfony3 --- .travis.yml | 9 +++++++-- Tests/bootstrap.php | 4 ++++ composer.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c2272b..8c0db27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,13 @@ matrix: allow_failures: - php: hhvm - - env: SYMFONY_VERSION="^3.0.0" - - env: SYMFONY_VERSION="^3.0.0" COMPOSER_FLAGS="--prefer-lowest" + - env: SYMFONY_VERSION="dev-master" + exclude: + # Symfony 3.x requires PHP 5.5 + - php: 5.4 + env: SYMFONY_VERSION="~3.0.0" + - php: 5.4 + env: SYMFONY_VERSION="dev-master" before_install: - phpenv config-rm xdebug.ini diff --git a/Tests/bootstrap.php b/Tests/bootstrap.php index 6c8c4f5..549b693 100644 --- a/Tests/bootstrap.php +++ b/Tests/bootstrap.php @@ -1,3 +1,7 @@