Skip to content

Commit b3f173b

Browse files
committed
Drop support for doctrine annotations version 1.x
1 parent 1dec468 commit b3f173b

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
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.0",
1818
"ext-json": "*",
19-
"doctrine/annotations": "^1.13 || ^2.0.1",
19+
"doctrine/annotations": "^2.0.1",
2020
"psr/log": "^1|^2|^3"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)