Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcf89ca

Browse files
Merge branch '7.3' into 7.4
* 7.3: [PropertyInfo] Conflict with phpdocumentor/reflection-docblock >= 6 [PropertyInfo] Fix resolution of self/parent types in inherited DocBlocks [PropertyInfo] Fix resolution of self/parent types in inherited DocBlocks chore(translation): remove state needs-review-translation fixes #59413
2 parents be687fc + 970f742 commit dcf89ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"require-dev": {
3737
"doctrine/persistence": "^1.3|^2|^3",
3838
"dragonmantank/cron-expression": "^3.1",
39+
"phpdocumentor/reflection-docblock": "^5.2",
3940
"seld/jsonlint": "^1.10",
4041
"symfony/asset": "^6.4|^7.0|^8.0",
4142
"symfony/asset-mapper": "^6.4|^7.0|^8.0",
@@ -76,13 +77,12 @@
7677
"symfony/uid": "^6.4|^7.0|^8.0",
7778
"symfony/web-link": "^6.4|^7.0|^8.0",
7879
"symfony/webhook": "^7.2|^8.0",
79-
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
8080
"twig/twig": "^3.12"
8181
},
8282
"conflict": {
8383
"doctrine/persistence": "<1.3",
84-
"phpdocumentor/reflection-docblock": "<3.2.2",
85-
"phpdocumentor/type-resolver": "<1.4.0",
84+
"phpdocumentor/reflection-docblock": "<5.2|>=6",
85+
"phpdocumentor/type-resolver": "<1.5.1",
8686
"symfony/asset": "<6.4",
8787
"symfony/asset-mapper": "<6.4",
8888
"symfony/clock": "<6.4",

0 commit comments

Comments
 (0)