From 7db6bd15b7b4bb94349a01671917f43e559316de Mon Sep 17 00:00:00 2001 From: Darius Matulionis Date: Tue, 12 Dec 2023 11:49:53 +0200 Subject: [PATCH] Add doctrine/annotations --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20aac6b..ca2ffe9 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "zircote/swagger-php": "^3.2.0 || ^4.0.0", "swagger-api/swagger-ui": "^3.0 || >=4.1.3", "symfony/yaml": "^5.0 || ^6.0 || ^7.0", - "ext-json": "*" + "ext-json": "*", + "doctrine/annotations": "^2.0" }, "require-dev": { "phpunit/phpunit": "^10.0 || ^9.5",