From ac2db200154553b485c17e378e0f2cdd06d56af5 Mon Sep 17 00:00:00 2001 From: bepsvpt <8221099+bepsvpt@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:12:29 +0800 Subject: [PATCH] update dev dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2b30356..d3d0da9 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,10 @@ "require-dev": { "ext-json": "*", "ext-xdebug": "*", - "ergebnis/composer-normalize": "~2.29", - "laravel/pint": "~1.5", - "orchestra/testbench": "~3.1 || ~4.18 || ~5.20 || ~6.25 || ~7.19 || ~8.0", - "phpstan/phpstan": "~1.9", + "ergebnis/composer-normalize": "~2.30", + "laravel/pint": "~1.8", + "orchestra/testbench": "~3.1 || ~4.18 || ~5.20 || ~6.27 || ~7.24 || ~8.3", + "phpstan/phpstan": "~1.10", "phpunit/phpunit": "~5.7 || ~6.5 || ~7.5 || ~8.5 || ~9.6 || ~10.0" }, "minimum-stability": "dev",