From f6e3f8eb04eda0b8e94290289f0539a8d4d6ae38 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Mon, 3 Jul 2023 20:10:55 +0300 Subject: [PATCH] build: min php version is 8.0.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index abd61da..28e6435 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "symfony/yaml": "^5.4||^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.5.16", + "phpunit/phpunit": "^9.6", "friendsofphp/php-cs-fixer": "^3.0" }, "autoload": {