Skip to content

Commit b757f19

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

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
@@ -5,9 +5,13 @@
55
"description": "A pack for the Symfony serializer",
66
"require": {
77
"doctrine/annotations": "^1.0",
8+
"phpstan/phpdoc-parser": "*",
89
"phpdocumentor/reflection-docblock": "*",
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)