From bb15138c1386834f8995c44788f295586409785c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:18:04 +0000 Subject: [PATCH] Update doctrine/orm requirement from ^2.9 to ^2.9 || ^3.0 Updates the requirements on [doctrine/orm](https://github.com/doctrine/orm) to permit the latest version. - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](https://github.com/doctrine/orm/compare/2.9.0...3.2.2) --- updated-dependencies: - dependency-name: doctrine/orm 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 a212d00..8f39781 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^8.1", "doctrine/annotations": "^1.10 || ^2.0", "doctrine/collections": "^1.6.8 || ^2.0", - "doctrine/orm": "^2.9", + "doctrine/orm": "^2.9 || ^3.0", "doctrine/persistence": "^1.3 || ^2.0 || ^3.0" }, "require-dev": {