Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Reduce number of dependencies prior to v3 #46

Closed
@weierophinney

Description

@weierophinney

We would like to reduce the number of dependencies prior to version 3 to only the bare minimum required to run an MVC application — without all the bells and whistles. The majority of the components listed in the service configuration of the component are "opt-in", but due to being listed, become hard requirements for end-users.

As such, we need to determine how we can:

  • conditionally add components (solved via Composer)
  • wire factories from those components into the application configuration when installed
  • wire plugin managers from those components into the ServiceListener when installed

Any ideas towards these ends would be tremendously helpful!

Additionally, we need to determine which components are core to the MVC; feedback welcomed!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions