From 33f50bbc4a282fda070b3fe9905c7b2d43f1b542 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jun 2022 10:38:43 +0200 Subject: update to 2.7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 7855f1c..edb0391 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "require-dev": { "doctrine/coding-standard": "^9.0", - "doctrine/orm": "^2.10 || ^3.0", + "doctrine/orm": "^2.11 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0", "psalm/plugin-phpunit": "^0.16.1", -- cgit