From 3a45c1a121312dfb4ec0ba75fce4861ff4082127 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Fri, 2 Feb 2018 06:35:39 -0200 Subject: [PATCH] Support PHPUnit 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cbc6a38..7ae425f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-tokenizer": "*" }, "require-dev": { - "phpunit/phpunit": "^6" + "phpunit/phpunit": "^6.5 || ^7.0" }, "autoload": { "psr-4": {