From 9f7ee1b5d645178bbaaf13f8e0d07ac209a23be4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Dec 2023 08:44:41 +0100 Subject: update to 3.43.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 989f20f..4f93cd1 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^9.6 || ^10.5.5", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "suggest": { @@ -124,7 +124,7 @@ ], "test:coverage": [ "Composer\\Config::disableProcessTimeout", - "paraunit coverage --testsuite unit --exclude-group covers-nothing" + "@composer show facile-it/paraunit ^2 && (paraunit coverage --testsuite unit --pass-through=--exclude-group=covers-nothing) || (paraunit coverage --testsuite unit --exclude-group covers-nothing)" ], "test:integration": [ "Composer\\Config::disableProcessTimeout", -- cgit