From 113dc5bb82a81484133c2d11ba76f88fd3c036fe Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Fri, 27 Oct 2023 12:53:10 -0700 Subject: [PATCH] chore(composer): Testing library should use newest version of database --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58eff74..d3ab596 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,6 @@ }, "require-dev": { "kahlan/kahlan": "^2.4", - "illuminate/database": "=8.83.23" + "illuminate/database": "=10.29.0" } }