We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83f7a1e + e61cf57 commit 8ef4e7aCopy full SHA for 8ef4e7a
src/RewriteRules.php
@@ -19,7 +19,9 @@ public static function namespaceRewrite()
19
// Expressive
20
'Zend\\ProblemDetails\\' => 'Expressive\\ProblemDetails\\',
21
'Zend\\Expressive\\Authentication\\ZendAuthentication\\' => 'Expressive\\Authentication\\LaminasAuthentication\\',
22
+ 'Zend\\Expressive\\Authentication\\' => 'Expressive\\Authentication\\',
23
'Zend\\Expressive\\Router\\ZendRouter\\' => 'Expressive\\Router\\LaminasRouter\\',
24
+ 'Zend\\Expressive\\Router\\' => 'Expressive\\Router\\',
25
'Zend\\Expressive\\ZendView\\' => 'Expressive\\LaminasView\\',
26
'Zend\\Expressive\\' => 'Expressive\\',
27
// Laminas
0 commit comments