JMSJobQueueBundle icon indicating copy to clipboard operation
JMSJobQueueBundle copied to clipboard

Doesn't work with Symfony 4 yet

Open intergalactisch opened this issue 6 years ago • 6 comments

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?

intergalactisch avatar Dec 11 '17 21:12 intergalactisch

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.

gam6itko avatar Dec 18 '17 11:12 gam6itko

Check out the symfony4 branch: https://github.com/schmittjoh/JMSJobQueueBundle/commits/symfony4

andrewmy avatar Mar 03 '18 11:03 andrewmy

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 avatar Apr 09 '18 03:04 modstore

@modstore having none so far

andrewmy avatar Apr 09 '18 08:04 andrewmy

Thanks @andrewmy, I'll give it a go.

modstore avatar Apr 13 '18 00:04 modstore

Should work now. @schmittjoh This issue can be closed!

stephanvierkant avatar Feb 21 '19 15:02 stephanvierkant