diff --git a/src/RewriteRules.php b/src/RewriteRules.php index 38586bf..3d3b0ca 100644 --- a/src/RewriteRules.php +++ b/src/RewriteRules.php @@ -23,6 +23,8 @@ public static function namespaceRewrite() 'Zend\\Expressive\\ZendView\\' => 'Expressive\\LaminasView\\', 'Zend\\Expressive\\' => 'Expressive\\', // Laminas + 'Zend\\Psr7Bridge\\Zend\\' => 'Laminas\\Psr7Bridge\\Laminas\\', + 'Zend\\Psr7Bridge\\' => 'Laminas\\Psr7Bridge\\', 'Zend\\' => 'Laminas\\', 'ZF\\ComposerAutoloading\\' => 'Laminas\\ComposerAutoloading\\', 'ZF\\Deploy\\' => 'Laminas\\Deploy\\',