Skip to content

Commit e270514

Browse files
author
Romain Guerrero
committed
Fix doctrine requirement
1 parent 3292e64 commit e270514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"doctrine/common": "^2.10",
18+
"doctrine/annotations": "^2.0",
1919
"symfony/config": "^5.0",
2020
"symfony/dependency-injection": "^5.0",
2121
"symfony/http-kernel": "^5.0",

0 commit comments

Comments
 (0)