From 250723d6ab058e0eb9e9d8737c51845a73f46093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:20:49 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^3.6 to ^3.7 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.0...3.7.0) --- 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 7487a01..93cdb9d 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "doctrine/dbal": "^3.6", + "doctrine/dbal": "^3.7", "illuminate/cache": "^10.23", "illuminate/database": "^10.23", "saloonphp/laravel-http-sender": "^1.2",