XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Outdated stable release #83

Closed rsanchez closed 9 years ago

rsanchez commented 9 years ago

I maintain a library that depends on this, which doesn't work with the latest stable (0.8.0 at the time of this writing), but does work with dev-master. I have to ask users of my library to set minimum-stability to dev in their root composer.json or to add this library to their root composer.json with a @dev flag.

There hasn't been a stable release in almost a year. Can we get an 0.9.0 tag? Thanks!

fzerorubigd commented 9 years ago

@rsanchez I want to tag this after merging #82 .

fzerorubigd commented 9 years ago

Done.

rsanchez commented 9 years ago

Thank you so much. Particularly for the quick response!