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().
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 calllexer->tokenize()
.