kasimi / phpbb-ext-twigconverter

This extension converts phpBB template files to template files using Twig syntax.
2 stars 0 forks source link

phpBB 3.3.x compatibility #2

Open Skouat opened 4 years ago

Skouat commented 4 years ago

Hi @kasimi,

To be compatible with phpBB 3.3 you should update the PHP version in composer.json, because the twig/twig package provided with phpBB 3.3 is not compatible with PHP lower than 7.0

In addition, the package twig/twig provided with 3.3.x use only 1 parameter when you call lexer->tokenize().