laminas / laminas-modulemanager

Modular application system for laminas-mvc applications
https://docs.laminas.dev/laminas-modulemanager/
BSD 3-Clause "New" or "Revised" License
30 stars 18 forks source link

bugfix: synchronize globbing with config aggregator #25

Closed boesing closed 2 years ago

boesing commented 3 years ago
Q A
Bugfix yes

Description

In zendframework/zend-config-aggregator#14, there was a bugfix to force the glob fallback as the merge order on FreeBSD systems is not preserved. I've recently experienced the same issue with MacOS in combination with the modulemanager and thus I prepared a patch.

/cc @weierophinney

Xerkus commented 2 years ago

Since this fix potentially changing behavior, I am going to move it to minor release.