Skip to content

Commit e50213e

Browse files
committed
Add doctrine/annotations dependency to composer.json
1 parent f81ac80 commit e50213e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"php": "^7.2|^8.0",
1515
"symfony/framework-bundle": "^5.0|^6.0|^7.0",
1616
"symfony/console": "^5.0|^6.0|^7.0",
17-
"symfony/filesystem": "^5.0|^6.0|^7.0"
17+
"symfony/filesystem": "^5.0|^6.0|^7.0",
18+
"doctrine/annotations": "^1.13|^2.0"
1819
},
1920
"require-dev": {
2021
"phpunit/phpunit": "^8.5|^9.5",

0 commit comments

Comments
 (0)