Skip to content

Commit 5baadb4

Browse files
committed
Merge branch '3.4'
* 3.4: conflict for phpdocumentor/reflection-docblock 3.2
2 parents 46c7290 + 2cc53ab commit 5baadb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"phpdocumentor/reflection-docblock": "^3.0"
9999
},
100100
"conflict": {
101-
"phpdocumentor/reflection-docblock": "<3.0",
101+
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0",
102102
"phpdocumentor/type-resolver": "<0.2.0",
103103
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
104104
},

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"doctrine/annotations": "~1.0"
3535
},
3636
"conflict": {
37-
"phpdocumentor/reflection-docblock": "<3.0",
37+
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0",
3838
"phpdocumentor/type-resolver": "<0.2.0",
3939
"symfony/dependency-injection": "<3.4"
4040
},

0 commit comments

Comments
 (0)