Skip to content

Commit 4063c99

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
"description": "A pack for the Symfony serializer",
66
"require": {
77
"doctrine/annotations": "^1.0",
8-
"phpdocumentor/reflection-docblock": "*",
8+
"phpstan/phpdoc-parser": "*",
99
"symfony/property-access": "*",
1010
"symfony/property-info": "*",
1111
"symfony/serializer": "*"
12+
},
13+
"conflict": {
14+
"symfony/property-info": "<5.4"
1215
}
1316
}

0 commit comments

Comments
 (0)