8000 feat: add Mercure Twig helper (#41) · symfony-tools/code-block-checker@6388a06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6388a06

Browse files
authored
feat: add Mercure Twig helper (#41)
1 parent 92bee6b commit 6388a06

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Twig/DummyExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function getFunctions()
6161
new TwigFunction('impersonation_exit_url'),
6262
new TwigFunction('workflow_transition'),
6363
new TwigFunction('t'),
64+
new TwigFunction('mercure'),
6465
];
6566
}
6667

symfony.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@
240240
"symfony/polyfill-php80": {
241241
"version": "v1.22.1"
242242
},
243+
"symfony/polyfill-php81": {
244+
"version": "v1.23.0"
245+
},
243246
"symfony/process": {
244247
"version": "v5.2.4"
245248
},
@@ -263,6 +266,9 @@
263266
"symfony/string": {
264267
"version": "v5.2.6"
265268
},
269+
"symfony/translation-contracts": {
270+
"version": "v1.1.10"
271+
},
266272
"symfony/var-dumper": {
267273
"version": "v5.2.6"
268274
},

0 commit comments

Comments
 (0)
0