We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221833e commit 2838a06Copy full SHA for 2838a06
Module.php
@@ -141,7 +141,7 @@ public function preDispatch (MvcEvent $event)
141
$noTarget = @$config['console']['router']['routes'][$routeName]['options']['no-target'];
142
$detectApiVersion = !$noTarget;
143
if(empty($targetConfig['zsversion'])) {
144
- $targetConfig['zsversion'] = array_shift($config['min-zsversion']);
+ $targetConfig['zsversion'] = '6.0'; // minimum required version.
145
}
146
147
ZendServer::setApiVersionConf($config['min-zsversion']);
0 commit comments