From 43d99bd8545b6ce1c4c9b775f8747c0e2974925a Mon Sep 17 00:00:00 2001 From: Nathan Boiron Date: Tue, 8 Aug 2023 10:23:19 +0200 Subject: [PATCH] bump phpunit minimum version --- .gitignore | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4992825..4fb1a0f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .php_cs .php_cs.cache .phpunit.result.cache +.phpunit.cache build composer.lock coverage diff --git a/composer.json b/composer.json index f8933a7..ddd189b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.1", "phpstan/phpstan": "1.10.27" } }