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

Skip to content

Commit 480cd12

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 2f8681b + fbeb7f5 commit 480cd12

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
@@ -22,7 +22,7 @@
2222
"symfony/polyfill-php84": "^1.30"
2323
},
2424
"require-dev": {
25-
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
25+
"phpdocumentor/reflection-docblock": "^5.2",
2626
"phpstan/phpdoc-parser": "^1.0|^2.0",
2727
"seld/jsonlint": "^1.10",
2828
"symfony/cache": "^6.4|^7.0|^8.0",
@@ -47,8 +47,8 @@
4747
"symfony/yaml": "^6.4|^7.0|^8.0"
4848
},
4949
"conflict": {
50-
"phpdocumentor/reflection-docblock": "<3.2.2",
51-
"phpdocumentor/type-resolver": "<1.4.0",
50+
"phpdocumentor/reflection-docblock": "<5.2|>=6",
51+
"phpdocumentor/type-resolver": "<1.5.1",
5252
"symfony/dependency-injection": "<6.4",
5353
"symfony/property-access": "<6.4",
5454
"symfony/property-info": "<6.4",

0 commit comments

Comments
 (0)