Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 6bcea3e

Browse files
authored
feature: allow doctrine/annotations v2 (#59)
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 1034e5e commit 6bcea3e

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
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^7.1 || ^8.0",
2121
"ext-tokenizer": "*",
22-
"doctrine/annotations": "^1.0"
22+
"doctrine/annotations": "^1.0 || ^2.0"
2323
},
2424
"require-dev": {
2525
"doctrine/coding-standard": "^9",

0 commit comments

Comments
 (0)