-
Notifications
You must be signed in to change notification settings - Fork 254
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
Doesn't work with Symfony 4 yet #193
Comments
also User Deprecated: The "jms_job_queue.retry_scheduler" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. |
Check out the symfony4 branch: https://github.com/schmittjoh/JMSJobQueueBundle/commits/symfony4 |
I've just started moving my project to S4, just wondering the status of the symfony4 branch, if there's any pending issues at all? Thanks! |
@modstore having none so far |
Thanks @andrewmy, I'll give it a go. |
Should work now. @schmittjoh This issue can be closed! |
Hi,
When I try to require the package with composer in a symfony 4 environment it says that I am not allowed to do so due to its dependency on an older symfony version. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: