Skip to content

Commit 2838a06

Browse files
author
Slavey Karadzhov
committed
Changed the min supported version of Zend Server to 6.0.
1 parent 221833e commit 2838a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function preDispatch (MvcEvent $event)
141141
$noTarget = @$config['console']['router']['routes'][$routeName]['options']['no-target'];
142142
$detectApiVersion = !$noTarget;
143143
if(empty($targetConfig['zsversion'])) {
144-
$targetConfig['zsversion'] = array_shift($config['min-zsversion']);
144+
$targetConfig['zsversion'] = '6.0'; // minimum required version.
145145
}
146146

147147
ZendServer::setApiVersionConf($config['min-zsversion']);

0 commit comments

Comments
 (0)