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

composer.json pulls in all of Symfony #1

@sampart

Description

@sampart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions