schranz-templating / templating

A template abstraction prototype for php template engines.
MIT License
24 stars 0 forks source link

Handlebars: Error on PHP 8.1 #46

Closed alexander-schranz closed 1 year ago

alexander-schranz commented 1 year ago

Currently the handlebars integration has an error on PHP 8.1: https://github.com/salesforce/handlebars-php/pull/9

nekufa commented 1 year ago

use handlebars v3

alexander-schranz commented 1 year ago

@nekufa thank you for the feedback. Did miss that release :)