You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
Composer simply references symfony/symfony. The reason is that WhiteOctoberCommandBase.php uses Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand and the FrameworkBundle isn't a standalone Symfony component.
It would be good to refactor this so that we can pull in individual Symfony components rather than the whole thing. The ones used by QueueBundle at present are:
Symfony\Component\Console
Symfony\Component\DependencyInjection
Symfony\Component\HttpKernel
Symfony\Component\Config
Symfony\Component\EventDispatcher
Symfony\Component\Validator
The text was updated successfully, but these errors were encountered:
Composer simply references
symfony/symfony
. The reason is thatWhiteOctoberCommandBase.php
usesSymfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
and the FrameworkBundle isn't a standalone Symfony component.It would be good to refactor this so that we can pull in individual Symfony components rather than the whole thing. The ones used by QueueBundle at present are:
The text was updated successfully, but these errors were encountered: