From 450b30c00a51e81da2991cac2d5d25caecd531c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:27:35 +0000 Subject: [PATCH] Update illuminate/database requirement from ^12.51 to ^12.52 Updates the requirements on [illuminate/database](https://github.com/illuminate/database) to permit the latest version. - [Commits](https://github.com/illuminate/database/compare/v12.51.0...v12.52.0) --- updated-dependencies: - dependency-name: illuminate/database dependency-version: 12.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eddd7f4..3074103 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php": "^8.2.0", "pollora/helper-overrider": "dev-main", "illuminate/support": "^12.51", - "illuminate/database": "^12.51", + "illuminate/database": "^12.52", "illuminate/routing": "^12.51", "illuminate/console": "^12.51", "pollora/entity": "dev-main",