zordius / lightncandy

An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ),
https://zordius.github.io/HandlebarsCookbook/
MIT License
608 stars 76 forks source link

Bump php requirement to >= 7.1.0 #335

Closed reedy closed 4 years ago

reedy commented 4 years ago

Uses phpunit 7, which needs 7.1...

If we're not testing on old version, we can't really say we support it

zordius commented 4 years ago

thank you for your contributon!