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

Skip to content

Commit fbeb7f5

Browse files
[PropertyInfo] Conflict with phpdocumentor/reflection-docblock >= 6
1 parent 0d88884 commit fbeb7f5

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",
@@ -47,8 +47,8 @@
4747
"symfony/yaml": "^6.4|^7.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)