From 1a152b6f5a424301ec2a84e381aeeff70295c852 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Thu, 14 Mar 2024 05:12:36 +0300 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8d283a2..2871560 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "require-dev": { "laravel/pint": "^1.4", "orchestra/testbench": "^8.0|^9.0", - "phpunit/php-code-coverage": "^9.2|^11.0", - "phpunit/phpunit": "^9.5|^10.5|^11.0", + "phpunit/phpunit": "^10.5|^11.0", + "phpunit/php-code-coverage": "^10.|^11.0" "symfony/var-dumper": "^6.0|^7.0", - "vimeo/psalm": "^5.6" + "vimeo/psalm": "^5.23" }, "conflict": { "league/flysystem": "<3.0.16",