Closed anorgan closed 7 years ago
Until this gets merged, you can use
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:anorgan/JMSJobQueueBundle.git"
}
]
}
in your composer.json
to alias the repository and import the patched dependency
@schmittjoh Can you merge this PR ? This bug is annoying for a lot of us. It makes the bundle unusable under Symfony 3.3. :-)
Fixes https://github.com/schmittjoh/JMSJobQueueBundle/issues/171 Similar to https://github.com/schmittjoh/JMSJobQueueBundle/pull/175 but only 2 lines of change Tested on Symfony 2.8 (phpunit) and Symfony 3.3