Skip to content

Commit 26ffb95

Browse files
committed
Merge branch '3.2' into 3.3
* 3.2: conflict for phpdocumentor/reflection-docblock 3.2
2 parents 649e2cd + 0944647 commit 26ffb95

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
@@ -102,7 +102,7 @@
102102
"sensio/framework-extra-bundle": "^3.0.2"
103103
},
104104
"conflict": {
105-
"phpdocumentor/reflection-docblock": "<3.0",
105+
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0",
106106
"phpdocumentor/type-resolver": "<0.2.0",
107107
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
108108
},

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.3"
4040
},

0 commit comments

Comments
 (0)