From ec03c4ba3dbc44035c107b6ec3e3a5097c460544 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sat, 1 May 2021 00:25:29 +0200 Subject: [PATCH] fix(test:turbo): install doctrine/orm:~2.8.0 to prevent issue --- src/Turbo/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Turbo/composer.json b/src/Turbo/composer.json index 221e97349b6..298a269072a 100644 --- a/src/Turbo/composer.json +++ b/src/Turbo/composer.json @@ -42,7 +42,7 @@ "require-dev": { "doctrine/annotations": "^1.12", "doctrine/doctrine-bundle": "^2.2", - "doctrine/orm": "^2.8", + "doctrine/orm": "~2.8.0", "phpstan/phpstan": "^0.12", "symfony/debug-bundle": "^5.2", "symfony/form": "^5.2",