Skip to content

Commit f1e169e

Browse files
committed
minor symfony#60046 [TypeInfo] require phpstan/phpdoc-parser to fully support sealed array shapes (xabbuh)
This PR was merged into the 7.3 branch. Discussion ---------- [TypeInfo] require `phpstan/phpdoc-parser` to fully support sealed array shapes | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- dc3b88a require phpstan/phpdoc-parser to fully support sealed array shapes
2 parents d9e5036 + dc3b88a commit f1e169e

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)