From 5aa4065a514bc87a164d48d064ae7025ef0b454f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Odwa=C5=BCny?= Date: Wed, 7 Aug 2024 03:35:00 +0200 Subject: [PATCH] Update composer.json doctrine/persistence ^3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 319a771..5945d1a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "ext-json": "*", "doctrine/collections": "^1.6", "doctrine/orm": "^2.7", - "doctrine/persistence": "^1.3 || ^2.0", + "doctrine/persistence": "^1.3 || ^2.0 || ^3.0", "knplabs/knp-menu": "^3.1", "league/flysystem": "^1.1 || ^2.1", "league/flysystem-bundle": "^1.1 || ^2.4",