From 4714f9eccdd4f7a784ba8e4eea2cc4e993a9797f Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 10 Aug 2019 11:04:16 +0200 Subject: [PATCH] Revert "Disallow PHPUnit 8.3.0 due to https://github.com/sebastianbergmann/phpunit/issues/3772" This reverts commit 445a713c709d5f3d791955aae1ef9c50f3013474. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbcf79e08..152a792ad 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ }, "require-dev": { "ext-phar": "*", - "phpunit/phpunit": "^8.2.2,<8.3.0", + "phpunit/phpunit": "^8.2.2", "squizlabs/php_codesniffer": "^3.4.2", "slevomat/coding-standard": "^5.0.4", "doctrine/coding-standard": "^6.0.0",