Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

composer.json pulls in all of Symfony #1

Open
sampart opened this issue Jul 17, 2014 · 0 comments
Open

composer.json pulls in all of Symfony #1

sampart opened this issue Jul 17, 2014 · 0 comments

Comments

@sampart
Copy link
Collaborator

sampart commented Jul 17, 2014

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
sampart pushed a commit that referenced this issue Jul 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant