From b1977a78953ee9acd31fa2408640d7c7890282c7 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Fri, 27 Oct 2023 13:10:59 -0700 Subject: [PATCH] fix(composer): Blanket update on testing library This will probably fail... --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3ab596..e7c2fff 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": ">=7.0.0" }, "require-dev": { - "kahlan/kahlan": "^2.4", + "kahlan/kahlan": "^5.2.5", "illuminate/database": "=10.29.0" } }