resquebundle / resque

ResqueBundle for Symfony 4+
MIT License
50 stars 29 forks source link

resolve some deprecations #53

Closed PhilETaylor closed 4 years ago

PhilETaylor commented 4 years ago

Inject ParameterBagInterface instead of directly accessing container in commands and controller User kernel.project_dir instead of kernel.root_dir (possibly b/c break?) Update Routing controller to use long syntax Use @Bundle syntax for loading twig templates

Closes #52