diff --git a/composer.json b/composer.json index 20aac6b..6564e6e 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": "^1.0 || ^2.0" }, "require-dev": { "phpunit/phpunit": "^10.0 || ^9.5",