Skip to content

Commit 8e2f5f0

Browse files
committed
Use PhpStanExtractor as default extractor
1 parent 6117394 commit 8e2f5f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"require": {
77
"doctrine/annotations": "^1.0",
88
"phpdocumentor/reflection-docblock": "*",
9+
"phpstan/phpdoc-parser": "*",
910
"symfony/property-access": "*",
1011
"symfony/property-info": "*",
1112
"symfony/serializer": "*"
13+
},
14+
"conflict": {
15+
"symfony/property-info": "<5.4"
1216
}
1317
}

0 commit comments

Comments
 (0)