Skip to content

Commit dd23275

Browse files
[travis] use PHP 8.0 to patch return types and run deps=low
1 parent 9579bea commit dd23275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/translation": "^4.2|^5.0",
4343
"symfony/translation-contracts": "^1.1|^2",
4444
"psr/cache": "~1.0",
45-
"twig/twig": "^1.34|^2.4|^3.0"
45+
"twig/twig": "^1.43|^2.13|^3.0.4"
4646
},
4747
"provide": {
4848
"psr/log-implementation": "1.0"
@@ -53,7 +53,7 @@
5353
"symfony/console": ">=5",
5454
"symfony/dependency-injection": "<4.3",
5555
"symfony/translation": "<4.2",
56-
"twig/twig": "<1.34|<2.4,>=2"
56+
"twig/twig": "<1.43|<2.13,>=2"
5757
},
5858
"suggest": {
5959
"symfony/browser-kit": "",

0 commit comments

Comments
 (0)