Skip to content

Commit a79c06c

Browse files
Merge branch '5.1' into 5.2
* 5.1: µCS fix CS fix CS fix [travis] use PHP 8.0 to patch return types and run deps=low Add me as a Notifier code owner Update sl_SI translations Don't trigger deprecation for deprecated aliases pointing to deprecated definitions [HttpFoundation] use atomic writes in MockFileSessionStorage Make EmailMessage & SmsMessage transport nullable remove unused argument [DI] fix param annotation [Config] Add \Symfony\Component\Config\Loader::load() return type Simplify PHP CS Fixer config Rename normalize param
2 parents cfe77be + 195d7f0 commit a79c06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Extension/DumpExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function dump(Environment $env, array $context): ?string
7373
unset($vars[0], $vars[1]);
7474
}
7575

76-
$dump = fopen('php://memory', 'r+b');
76+
$dump = fopen('php://memory', 'r+');
7777
$this->dumper = $this->dumper ?: new HtmlDumper();
7878
$this->dumper->setCharset($env->getCharset());
7979

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=7.2.5",
2020
"symfony/polyfill-php80": "^1.15",
2121
"symfony/translation-contracts": "^1.1|^2",
22-
"twig/twig": "^2.10|^3.0"
22+
"twig/twig": "^2.13|^3.0.4"
2323
},
2424
"require-dev": {
2525
"egulias/email-validator": "^2.1.10",

0 commit comments

Comments
 (0)