From e4e101ff5653369b1c701e5e04bbabcdc873d6c4 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 29 Jan 2014 22:19:53 +0100 Subject: [PATCH] Sync with PHPUnit 3.8 dependencies --- .travis.yml | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab6ffb8..df0844a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,10 @@ before_script: php: - 5.4 - - 5.3 + - 5.5 + - hhvm notifications: email: false irc: "irc.freenode.org#phpunit" + diff --git a/composer.json b/composer.json index afa032c..5d1ac6d 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ ], "minimum-stability": "dev", "require": { - "php": ">=5.3.3" + "php": ">=5.4.7" }, "require-dev": { "phpunit/phpunit": "3.8.*@dev"