I’m trying to determine the support status of a few Zend components. Long Term Support https://framework.zend.com/long-term-support says that Zend Framework 2.4 went out of support in March. Does that mean that only 3.x has current support, and Zend isn’t following the “current plus previous” support other projects often follow?
Second, how do I correlate an individual component with the core framework version? For example, zend-diactoros has a latest tag of 1.7.1. I thought I could perhaps correlate against the core framework’s composer.json, but it doesn’t list diactoros as a dependency.