Skip to content

Commit 3d48c7e

Browse files
committed
chore: remove doctrine annotation
BC: annotation support dropped, use attributes
1 parent f50476b commit 3d48c7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"require" : {
2020
"php" : ">=8.1",
2121
"thecodingmachine/graphqlite" : "^6.0|^7.0",
22-
"symfony/validator": "^6|^7",
23-
"doctrine/annotations": "^1.13 || ^2.0.1"
22+
"symfony/validator": "^6|^7"
2423
},
2524
"require-dev": {
2625
"phpunit/phpunit": "^9.6.5",

0 commit comments

Comments
 (0)