atoum / reports-extension

atoum reports extension
http://atoum.github.io/reports-extension/
Other
6 stars 6 forks source link

Deprecated use of Twig_Autoloader #31

Closed JuJuDropThor closed 7 years ago

JuJuDropThor commented 7 years ago

Hi everyone,

we're using the version 2.3.2 of atoum/reports-extension and this deprecated appears in our syslog :

Using Twig_Autoloader is deprecated since version 1.21. Use Composer instead.
The Twig_Autoloader class is deprecated since version 1.21 and will be removed in 2.0. Use Composer instead.

That is triggered by twig/twig/lib/Twig/Autoloader.php. You call it in your autoloader :

$twigAutoloader = new \Twig_Autoloader();
$twigAutoloader->register();

Could you make a fix please ?

JuJuDropThor commented 7 years ago

Hi guys,

I saw you made a fix, thank you.

Do you know when it'll be released ?

Grummfy commented 7 years ago

There is an issue with the lower version of dependency (twig). But this will be solved by the autoload adaptation that will be produce for atoum 2.9.0. For now we need to wait @jubianchi for that.

JuJuDropThor commented 7 years ago

Hi everybody,

any news about the release of atoum 2.9.0 ?