Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d88884 commit fbeb7f5Copy full SHA for fbeb7f5
1 file changed
composer.json
@@ -22,7 +22,7 @@
22
"symfony/polyfill-php84": "^1.30"
23
},
24
"require-dev": {
25
- "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
+ "phpdocumentor/reflection-docblock": "^5.2",
26
"phpstan/phpdoc-parser": "^1.0|^2.0",
27
"seld/jsonlint": "^1.10",
28
"symfony/cache": "^6.4|^7.0",
@@ -47,8 +47,8 @@
47
"symfony/yaml": "^6.4|^7.0"
48
49
"conflict": {
50
- "phpdocumentor/reflection-docblock": "<3.2.2",
51
- "phpdocumentor/type-resolver": "<1.4.0",
+ "phpdocumentor/reflection-docblock": "<5.2|>=6",
+ "phpdocumentor/type-resolver": "<1.5.1",
52
"symfony/dependency-injection": "<6.4",
53
"symfony/property-access": "<6.4",
54
"symfony/property-info": "<6.4",
0 commit comments