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

Skip to content

Commit eccbe67

Browse files
Fix merge
1 parent 6d24c55 commit eccbe67

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"phpdocumentor/reflection-docblock": "^3.0"
9191
},
9292
"conflict": {
93-
"phpdocumentor/reflection-docblock": "<3.0"
93+
"phpdocumentor/reflection-docblock": "<3.0",
94+
"phpdocumentor/type-resolver": "<0.2.0"
9495
},
9596
"autoload": {
9697
"psr-4": {

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"twig/twig": "~1.23|~2.0"
5656
},
5757
"conflict": {
58-
"phpdocumentor/reflection-docblock": "<3.0"
58+
"phpdocumentor/reflection-docblock": "<3.0",
59+
"phpdocumentor/type-resolver": "<0.2.0"
5960
},
6061
"suggest": {
6162
"ext-apcu": "For best performance of the system caches",

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"doctrine/annotations": "~1.0"
3333
},
3434
"conflict": {
35-
"phpdocumentor/reflection-docblock": "<3.0"
35+
"phpdocumentor/reflection-docblock": "<3.0",
36+
"phpdocumentor/type-resolver": "<0.2.0"
3637
},
3738
"suggest": {
3839
"psr/cache-implementation": "To cache results",

0 commit comments

Comments
 (0)