From 27399b42763618ef2fe83bcb693f2b713fd991e3 Mon Sep 17 00:00:00 2001 From: bepsvpt <8221099+bepsvpt@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:02:23 +0800 Subject: [PATCH] chore: update dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b2ea61c..8c05d12 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,11 @@ "require-dev": { "ext-json": "*", "ext-xdebug": "*", - "ergebnis/composer-normalize": "^2.39", - "laravel/pint": "^1.13", - "orchestra/testbench": "^3.1 || ^4.18 || ^5.20 || ^6.38 || ^7.35 || ^8.15", + "ergebnis/composer-normalize": "^2.42", + "laravel/pint": "^1.14", + "orchestra/testbench": "^3.1 || ^4.18 || ^5.20 || ^6.43 || ^7.41 || ^8.22 || ^9.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.6 || ^10.4" + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.6 || ^10.5" }, "minimum-stability": "dev", "prefer-stable": true,