8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bee6b commit 6388a06Copy full SHA for 6388a06
src/Twig/DummyExtension.php
@@ -61,6 +61,7 @@ public function getFunctions()
61
new TwigFunction('impersonation_exit_url'),
62
new TwigFunction('workflow_transition'),
63
new TwigFunction('t'),
64
+ new TwigFunction('mercure'),
65
];
66
}
67
symfony.lock
@@ -240,6 +240,9 @@
240
"symfony/polyfill-php80": {
241
"version": "v1.22.1"
242
},
243
+ "symfony/polyfill-php81": {
244
+ "version": "v1.23.0"
245
+ },
246
"symfony/process": {
247
"version": "v5.2.4"
248
@@ -263,6 +266,9 @@
263
266
"symfony/string": {
264
267
"version": "v5.2.6"
265
268
269
+ "symfony/translation-contracts": {
270
+ "version": "v1.1.10"
271
272
"symfony/var-dumper": {
273
274
0 commit comments