From a85b34b903dca6621a58bdae1c0d0c67785875e5 Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Tue, 26 Mar 2024 10:15:53 -0400 Subject: [PATCH] build(deps): update phpunit to v10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b8126c..f6d13ca 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "laravel/pint": "^1.1", "mockery/mockery": "^1.4", "orchestra/testbench": "^8.0|^9.0", - "phpunit/phpunit": "^9.3.3", + "phpunit/phpunit": "^10.5", "squizlabs/php_codesniffer": "^3.6" }, "autoload": {