Open RighteousIdealizedDung opened 7 years ago
I would like to use BCCResqueBundle on Symfony 3.x too, so would be nice if we can get this update soon
@RighteousIdealizedDung @DavidGarciaCat it works with some basic changes, I have maintained a fork here https://github.com/vamsiikrishna/BCCResqueBundle/tree/bugfix
Thanks @vamsiikrishna - I'll take a look later. Enjoy the rest of your day!
Add this to your composer.json "require": { ... "bcc/resque-bundle": "dev-master#a2e9606", ... }, "repositories": [ { "type": "vcs", "url": "https://github.com/vamsiikrishna/BCCResqueBundle" }
Apparently this is pretty much abandoned there is https://github.com/instasent/InstasentResqueBundle that is being maintained
BCCResqueBundle specifically won't install on Symfony 3.0 because of composer requirements. Has it been tested on version 3? Are there known issues? Thanks