salavert / time-ago-in-words

Time ago in words Twig extension for Symfony framework
90 stars 30 forks source link

Added support for Twig 2+ #30

Closed nixilla closed 7 years ago

nixilla commented 7 years ago

Hola Jose,

We're are using your great library, and still very happy with it.

However recently we're starting upgrading projects to PHP 7.1 and Symfony 3, and I found that your library blocks upgrade of Twig to version 2. This PR is a fix for it. Would you be able to merge it please?

Thank you!

salavert commented 7 years ago

Thanks a lot for your fix

ChristianVermeulen commented 6 years ago

@nixilla I'm not sure how this worked for you since the correct syntax is to use 2 pipes. https://getcomposer.org/doc/articles/versions.md#version-range.

I've fixed this in #31 😁.