Skip to content

Commit 542113a

Browse files
authored
Merge pull request #69 from aszenz/master
Chore: Allow doctrine annotation 2
2 parents b7e92aa + 00297d7 commit 542113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php" : ">=8.1",
2121
"thecodingmachine/graphqlite" : "^6.0",
2222
"symfony/validator": "^6" ,
23-
"doctrine/annotations": "^1.13"
23+
"doctrine/annotations": "^1.13 || ^2.0.1"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^9.6.5",

0 commit comments

Comments
 (0)