Skip to content

Commit 2675741

Browse files
[travis] use PHP 8.0 to patch return types and run deps=low
1 parent 0ebf23f commit 2675741

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"symfony/polyfill-mbstring": "~1.0",
2828
"symfony/filesystem": "^3.4|^4.0|^5.0",
2929
"symfony/finder": "^3.4|^4.0|^5.0",
30-
"symfony/routing": "^4.4|^5.0"
30+
"symfony/routing": "^4.4.12|^5.1.4"
3131
},
3232
"require-dev": {
33-
"doctrine/annotations": "~1.7",
33+
"doctrine/annotations": "^1.10.4",
3434
"doctrine/cache": "~1.0",
3535
"paragonie/sodium_compat": "^1.8",
3636
"symfony/asset": "^3.4|^4.0|^5.0",
@@ -60,13 +60,13 @@
6060
"symfony/yaml": "^3.4|^4.0|^5.0",
6161
"symfony/property-info": "^3.4|^4.0|^5.0",
6262
"symfony/web-link": "^4.4|^5.0",
63-
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
64-
"twig/twig": "^1.41|^2.10|^3.0"
63+
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
64+
"twig/twig": "^1.43|^2.13|^3.0.4"
6565
},
6666
"conflict": {
6767
"doctrine/persistence": "<1.3",
68-
"phpdocumentor/reflection-docblock": "<3.0",
69-
"phpdocumentor/type-resolver": "<0.2.1",
68+
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
69+
"phpdocumentor/type-resolver": "<0.3.0|1.3.*",
7070
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
7171
"symfony/asset": "<3.4",
7272
"symfony/browser-kit": "<4.3",

0 commit comments

Comments
 (0)