From 0240c541e05dcaf3f17a7f9e5d0f286b5867e1e5 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Mon, 19 Jul 2021 15:59:08 -0600 Subject: [PATCH] - update phpunit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2c76bc1..12cceab 100644 --- a/composer.json +++ b/composer.json @@ -61,10 +61,10 @@ "phpcompatibility/phpcompatibility-wp": "2.1.0", "squizlabs/php_codesniffer": "3.5.4", "phpstan/phpstan": "^0.12.64", + "phpunit/phpunit": "^8.5", "szepeviktor/phpstan-wordpress": "^0.7.1", "codeception/module-rest": "^1.2", "wp-graphql/wp-graphql-testcase": "~2.1", - "phpunit/phpunit": "9.4.1", "simpod/php-coveralls-mirror": "^3.0", "phpstan/extension-installer": "^1.1" }