maximilienGilet / notification-bundle

A simple Symfony bundle to notify user
https://packagist.org/packages/mgilet/notification-bundle
MIT License
107 stars 58 forks source link

Fix obsolete \Twig_Environment class #83

Closed thinkawitch closed 2 years ago

thinkawitch commented 3 years ago

The fix of obsolete \Twig_Environment class, replaced with Twig\Environment namespace. This is tested on Symfony 4.4 LTS, composer.json got "twig/twig" require version same as in symfony. The project with very old twig 1.* will not work with this fix.