From 8b0f12804992431da175988767416c3cd0f415d6 Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Mon, 17 Jul 2023 12:06:44 -0700 Subject: [PATCH] Update range --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c00cfec..0590ffd 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "require": { "php": "^7.4 || ^8.0", "doctrine/annotations": "^1.10 || ^2.0", - "doctrine/collections": "^1.6.8", + "doctrine/collections": "^1.6.8 || ^2.0", "doctrine/orm": "^2.9", - "doctrine/persistence": "^1.3 || ^2.0", + "doctrine/persistence": "^1.3 || ^2.0 || ^3.0", "symfony/polyfill-php80": "^1.20" }, "require-dev": {