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
Description
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!