From 208ed21376ee34d462c1aca77e1f19151f3e941f Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Thu, 20 Apr 2023 16:10:12 +0200 Subject: [PATCH] fix: Fix non installable composer dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c187734..2fbefbc 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "webmozart/assert": "^1.11" }, "require-dev": { - "phpunit/phpunit": "^9.5.26", + "phpunit/phpunit": "^10.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/extension-installer": "^1.2", "symplify/easy-ci": "^11.1",