From 6fffc319f3ab2d05428fa83013ec2c41d222c3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Fri, 11 Feb 2022 16:48:47 +0100 Subject: [PATCH] Fix doctrine testing --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 19088e20..34440988 100644 --- a/composer.json +++ b/composer.json @@ -43,8 +43,9 @@ }, "require-dev": { "dibi/dibi": "^3.0.0 || ^4.0.0", - "doctrine/cache": "^1.11", - "doctrine/orm": "^2.6.12", + "doctrine/cache": "^1.11.0", + "doctrine/orm": "^2.11.1", + "doctrine/annotations": "^1.12.1", "elasticsearch/elasticsearch": "^7.1", "contributte/code-rules": "^1.1.0", "mockery/mockery": "^1.3.3",