Skip to content

Commit a48a254

Browse files
committed
Benchmark LightnCandy
The template had to be modified since LightnCandy doesn't correctly support block parameters.
1 parent 4a7fcdc commit a48a254

4 files changed

Lines changed: 395 additions & 12 deletions

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
],
2020
"require": {
2121
"php": ">=8.2",
22-
"devtheorem/php-handlebars-parser": "^2.1"
22+
"devtheorem/php-handlebars-parser": "^2.1",
23+
"mustache/mustache": "^3.0",
24+
"zordius/lightncandy": "^1.2"
2325
},
2426
"require-dev": {
2527
"friendsofphp/php-cs-fixer": "^3.95",

composer.lock

Lines changed: 110 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)