You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good idea and i started working on it in #2270.
But the main idea i had to avoid to repeat the Omeka Classic Hole, is to release a version 5.0 with fresh dependencies at the same time than version 4.2. And to use composer for anything, modules and theme included. So abandoned packages and omeka itself will be simpler to manage. See #2272 .
So i'll publish a test release like that when 4.2 will be released. It will requires changes in many modules.
More or less we're not going to be making composer changes in 4.2, with some possible minor exceptions.
Probably long-term we'll replace laminas-log with monolog, and we'll probably work up a small little adapter on our end to avoid anything that was logging to need to change... but just requiring some minor updates to logging code in a future major release might not be too bad either. 4.2 will probably include a second logger "facade" that's PSR compatible and that would be seamless but obviously there's lots of code out there using the laminas logger directly.
Similar pathway for other abandoned things: some have forks we could switch to, others we just aren't really using and could probably just drop. But again, don't expect action on any of that for 4.2.
Some Laminas packages, including laminas/log, are now abandoned. Replace them with their modern counterparts (Monolog).
The text was updated successfully, but these errors were encountered: