Switch development config to use ConfigAggregator#122
Switch development config to use ConfigAggregator#122kynx wants to merge 3 commits intomezzio:3.16.xfrom
Conversation
fc84369 to
12a0827
Compare
4d447d1 to
cb85ca5
Compare
|
You might want to rebase |
Signed-off-by: matt <matt@claritum.com>
Signed-off-by: matt <matt@claritum.com>
Signed-off-by: matt <matt@claritum.com>
cb85ca5 to
e404ba9
Compare
|
Grrr.... done. |
|
Hey @Xerkus I ended up using |
|
@kynx Do you plan to continue working on this? |
|
@alexmerlin Yeah, checks are passing - remind me, what do I need to do? |
|
I think this should use "local" in the filename - the (And/or) The |
Description
This PR changes
development.config.php.distto use aConfigAggregatorso laminas/laminas-component-installer#68 can inject--dev-only config providers. It also adds the ability to load dev-only configuration from{,*.}{global,local}-development.phpfiles - like MVC does - so settings in the development config providers can be overridden.I'm not sure what I can do to test these changes. As far as I can tell the existing tests don't cover the structure of the config files, but if anyone's got any pointers...