8000 enforce PHP 7.2 compatible dependencies · symfony/symfony@b022892 · GitHub
[go: up one dir, main page]

Skip to content

Commit b022892

Browse files
committed
enforce PHP 7.2 compatible dependencies
1 parent 9719fba commit b022892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"conflict": {
105105
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
106-
"phpdocumentor/type-resolver": "<0.2.0",
106+
"phpdocumentor/type-resolver": "<0.2.1",
107107
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
108108
},
109109
"provide": {

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"conflict": {
6363
"phpdocumentor/reflection-docblock": "<3.0",
64-
"phpdocumentor/type-resolver": "<0.2.0",
64+
"phpdocumentor/type-resolver": "<0.2.1",
6565
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
6666
"symfony/asset": "<3.3",
6767
"symfony/console": "<3.3",

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"conflict": {
3737
"phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
38-
"phpdocumentor/type-resolver": "<0.2.0",
38+
"phpdocumentor/type-resolver": "<0.2.1",
3939
"symfony/dependency-injection": "<3.3"
4040
},
4141
"suggest": {

0 commit comments

Comments
 (0)
0