From 383987ff297268c046df2ba0ce67021df7f10b76 Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Tue, 26 Mar 2024 10:16:20 -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 2e6988a..3a8e92f 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "laravel/pint": "^1.2", "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": {