Skip to content

Improve declaration of dependencies #491

Open
@garak

Description

@garak

This bundle currently requires symfony/framework-bundle. This implies requiring a lot of libraries that are not actually used by the bundle itself.

We should instead be explicit and require the Symfony components we need directly:

  • symfony/config
  • symfony/dependency-injection
  • symfony/deprecation-contracts (already explicit)
  • symfony/http-kernel

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions