From d27dc23a713fa39e83b608f6b047c8f896571077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:14:43 +0000 Subject: [PATCH] build(deps-dev): Update doctrine/orm requirement || ^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.12.0...3.2.2) --- updated-dependencies: - dependency-name: doctrine/orm dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e2040c..8279e8d 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require-dev": { "doctrine/doctrine-bundle": "^2.6", - "doctrine/orm": "^2.12", + "doctrine/orm": "^2.12 || ^3.0", "drupol/php-conventions": "^5", "phpunit/phpunit": "^10" },