arnaud-lb / MtHaml

Multi target HAML (HAML for PHP, Twig, <your language here>)
Other
359 stars 54 forks source link

Update loader.php (depreciated interface) #92

Closed aricci95 closed 8 years ago

aricci95 commented 8 years ago

Twig_ExistsLoaderInterface is no longuer used in Twig and is now depreciated, as explained here :http://twig.sensiolabs.org/doc/deprecated.html

This interface has been merged with Twig_LoaderInterface.

Can you please accept this change request so we can contine using this bundle with futur versions of Twig ?

Thanks !

(great work btw)

arnaud-lb commented 8 years ago

Hi @aricci95 !

Could you update the Twig version requirement in composer.json too ? Such that users of older Twig versions don't get this MtHaml version.