From ee94385fbde856410c28f59835cb53c085ec149f Mon Sep 17 00:00:00 2001 From: Vasek Purchart Date: Mon, 31 Dec 2018 11:13:44 +0100 Subject: [PATCH] PHPUnit 7.x --- composer.json | 2 +- tests/phpunit.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1afc00c..3f8c721 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "~7.2", "phing/phing": "~2.16", - "phpunit/phpunit": "~6.0" + "phpunit/phpunit": "~7.0" }, "require-dev": { "consistence/coding-standard": "3.7", diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 2ad6758..82b188b 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -15,7 +15,6 @@