Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Symfony 3 #142

Open
RighteousIdealizedDung opened this issue Jan 4, 2017 · 5 comments
Open

Support for Symfony 3 #142

RighteousIdealizedDung opened this issue Jan 4, 2017 · 5 comments

Comments

@RighteousIdealizedDung
Copy link

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

@DavidGarciaCat
Copy link

I would like to use BCCResqueBundle on Symfony 3.x too, so would be nice if we can get this update soon

@vamsiikrishna
Copy link

@RighteousIdealizedDung @DavidGarciaCat it works with some basic changes, I have maintained a fork here https://github.com/vamsiikrishna/BCCResqueBundle/tree/bugfix

@DavidGarciaCat
Copy link

Thanks @vamsiikrishna - I'll take a look later. Enjoy the rest of your day!

@acutex
Copy link

acutex commented Oct 4, 2017

Add this to your composer.json
"require": {
...
"bcc/resque-bundle": "dev-master#a2e9606",
...
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vamsiikrishna/BCCResqueBundle"
}

@luishdez
Copy link

Apparently this is pretty much abandoned there is https://github.com/instasent/InstasentResqueBundle that is being maintained

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants