From d741910aa28cf402e2ea8038d42490fe57780ef3 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Mon, 4 Sep 2023 23:02:19 +0200 Subject: [PATCH] chore(deps): update phpunit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2813db..7bb6ad7 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5 || ^10.0" }, "suggest": { "guzzlehttp/psr7": "To provide a psr/http-factory-implementation implementation",