From 961d6b97c5021faa23640fcbe7096024dcf23a38 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Mon, 21 Oct 2024 21:25:01 +0300 Subject: [PATCH] Compability with doctrine/orm 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7a93c52..e3f3cce 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "description": "OAuth Server Bundle", "require": { "php": ">=8.1", - "doctrine/orm": "^2.0", + "doctrine/orm": "^2.0 || ^3.0", "symfony/config": "^5.4|^6.0|^7.0", "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/event-dispatcher": "^5.4|^6.0|^7.0",