From 79773e9b27890f6c1d1895e1f81652e2baf6ecbc Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Wed, 18 Apr 2018 11:49:37 +0200 Subject: [PATCH] use phpunit 6 for php 7.0 compatibility --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 687fbe2..99263f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.6 - 7.0 - 7.1 - 7.2 diff --git a/composer.json b/composer.json index 9a6ba35..e7793ec 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { }, "require-dev": { - "phpunit/phpunit": "7.0.*", + "phpunit/phpunit": "6.0.*", "symfony/stopwatch": "^3.1" }, "license": "MIT",