From 88202115379ed569f5be0416fcc96f5593ad097f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Dec 2020 08:49:17 +0100 Subject: update to 1.12.2 switch to phpunit9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3bde881..de6b7c2 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "phpspec/phpspec": "^6.0", - "phpunit/phpunit": "^8.0 || ^9.0 <9.3" + "phpunit/phpunit": "^8.0 || ^9.0" }, "autoload": { -- cgit