Skip to content

Commit 2558ac4

Browse files
authored
Add doctrine/annotations (#567)
* Add doctrine/annotations * Add doctrine/annotations
1 parent c9898d3 commit 2558ac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"zircote/swagger-php": "^3.2.0 || ^4.0.0",
2525
"swagger-api/swagger-ui": "^3.0 || >=4.1.3",
2626
"symfony/yaml": "^5.0 || ^6.0 || ^7.0",
27-
"ext-json": "*"
27+
"ext-json": "*",
28+
"doctrine/annotations": "^1.0 || ^2.0"
2829
},
2930
"require-dev": {
3031
"phpunit/phpunit": "^10.0 || ^9.5",

0 commit comments

Comments
 (0)