We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c159f commit 3a8a2b4Copy full SHA for 3a8a2b4
config/module.config.php
@@ -11,7 +11,7 @@
11
// compatibility with zend > 2.5
12
$controllerType = 'ControllerLoader';
13
if (class_exists('\Zend\Version\Version')) {
14
- if (\Zend\Version\Version::compareVersion('2.5.3') <= 0) {
+ if (\Zend\Version\Version::compareVersion('2.5.1') <= 0) {
15
$controllerType = 'ControllerManager';
16
}
17
0 commit comments