Skip to content

Commit dc3b88a

Browse files
committed
require phpstan/phpdoc-parser to fully support sealed array shapes
1 parent b5b0cbf commit dc3b88a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Symfony/Component/TypeInfo/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
"symfony/deprecation-contracts": "^2.5|^3"
3131
},
3232
"require-dev": {
33-
"phpstan/phpdoc-parser": "^1.0|^2.0"
33+
"phpstan/phpdoc-parser": "^1.30|^2.0"
34+
},
35+
"conflict": {
36+
"phpstan/phpdoc-parser": "<1.30"
3437
},
3538
"autoload": {
3639
"psr-4": { "Symfony\\Component\\TypeInfo\\": "" },

0 commit comments

Comments
 (0)