From 9adab835636d48070804a9198ee6d342a8dfd7d2 Mon Sep 17 00:00:00 2001 From: Rostunov Sergey Date: Wed, 23 Aug 2023 11:04:19 +0300 Subject: [PATCH] Add doctrine/annotations dependency --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 34ff5f2..994d691 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "php": ">=7.1.3", "jms/serializer": "^1 | ^2 | ^3", "ramsey/uuid": "^3 | ^4", - "symfony/mime": "^4.3 | ^5" + "symfony/mime": "^4.3 | ^5", + "doctrine/annotations": "1.*" }, "require-dev": { "phpunit/phpunit": "^7 | ^8 | ^9"