Open encreinformatique opened 4 years ago
I cannot finally could make the tests launch with Travis and PHP 5.5 or Symfony 4.
With dist: trusty
, it is ok for PHP 5.5.
It also launch the test correctly specifying 4.4 instead of lts:^4.
Ready to be merged.
This PR fixes the deprecations for Symfony 4.4, including PHPUnit and Twig deprecated (and removed) classes in 3.0.
This shall close #139 and possibly some other issue. There should not have any problem with backward compatibilty. Basic implementation has been verified with Wordpress 5.3.2 and Symfony 4.4.
Travis config file has been updated.