mustache 0.8.1

Mustache templating language


This extension embeds a Mustache interpreter into PHP, allowing the execution of Mustache templates.

License: MIT

Changes

- Require libmustache >= 0.5.0
- Remove old deprecated experimental compiler
- Change minimum PHP version to 5.6
- Allow installation on PHP 7.3
- Fix missing php5to7.h (@remicollet)