Change record status: 
Project: 
Introduced in branch: 
8.9.x
Introduced in version: 
8.9.0-beta1
Description: 

The Zend framework has become Laminas - see https://www.zend.com/blog/what-status-zend-framework-transition-laminas for more.

Usages of Zend classes should be replaced with the equivalent Laminas class. A backwards compatibility layer is provided by laminas/laminas-zendframework-bridge.

Before

use Zend\Feed\Reader\Reader;
use Zend\Feed\Reader\Exception\ExceptionInterface;

After

use Laminas\Feed\Reader\Reader;
use Laminas\Feed\Reader\Exception\ExceptionInterface;
Impacts: 
Module developers