From 176349af0eb78a7e69c7a05df9856e5fcabd9b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:32:22 +0000 Subject: [PATCH] chore(deps): update doctrine/dbal requirement from ^3.6.4 to ^4.2.1 Updates the requirements on [doctrine/dbal](https://github.com/doctrine/dbal) to permit the latest version. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.6.4...4.2.1) --- updated-dependencies: - dependency-name: doctrine/dbal 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 a555c15a..58b7630f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "blade-ui-kit/blade-heroicons": "^2.4", "codeat3/blade-phosphor-icons": "^2.0", "cyrildewit/eloquent-viewable": "^7.0", - "doctrine/dbal": "^3.6.4", + "doctrine/dbal": "^4.2.1", "dutchcodingcompany/livewire-recaptcha": "^1.0", "filament/filament": "^3.2", "filament/spatie-laravel-media-library-plugin": "^3.2",