paragonie / anti-csrf

Full-Featured Anti-CSRF Library
https://paragonie.com/projects
GNU Affero General Public License v3.0
297 stars 52 forks source link

fix: replaced Twig_SimpleFunction with \Twig\TwigFunction #48

Closed manofstrong closed 2 years ago

manofstrong commented 2 years ago

As of Twig 2.x, the Twig_SimpleFunction class was removed in Twig 3.x and replaced with \Twig\TwigFunction instead -> https://twig.symfony.com/doc/1.x/deprecated.html & https://twig.symfony.com/doc/2.x/deprecated.html

Ensures people following the readme don't get confused.