cretz / dust-php

Powerful PHP templating engine based off of Dust JS
http://cretz.github.com/dust-php
MIT License
67 stars 19 forks source link

PHP 5.4 Requirement #1

Closed dongilbert closed 11 years ago

dongilbert commented 11 years ago

What feature of PHP 5.4 are you using in Dust PHP besides the short array syntax? At a cursory glance, I can't really see anything except for that which would require 5.4, but I may be missing something.

cretz commented 11 years ago

It's basically the fact that I wrote it in my own language (http://pratphall.org) and that has a 5.4 requirement. I will be shrinking that down to 5.3 in 0.2 of that language, then I'll be able to not require that version here. Ref cretz/pratphall#18

dongilbert commented 11 years ago

OK cool - thanks for the info. We're looking at templating engines to integrate into the Joomla Framework for an upcoming release, and I'd love to use Dust, but we are on a 5.3 requirement currently. So lowering the required version would be very helpful for us. :)