Problem/Motivation
Since the transition of Zend Framework to the Laminas project, composer has been warning about the deprecation of the zendframework/* components.
Our composer dependencies should be updated to reflect this.
- zendframework/zend-diactoros → laminas/laminas-diactoros
- zendframework/zend-escaper → laminas/laminas-escaper
- zendframework/zend-feed → laminas/laminas-feed
- zendframework/zend-stdlib → laminas/laminas-stdlib
Proposed resolution
Replace the Zend components with Laminas components
Remaining tasks
User interface changes
None
API changes
New Laminas components. The Zend components removed and a BC layer provided by laminas/laminas-zendframework-bridge
Data model changes
None
Release notes snippet
Laminas components replace Zend components. Code should be updated to use the new Laminas classes. A backwards compatibility layer is provided by laminas/laminas-zendframework-bridge
. See https://www.drupal.org/node/3104895