Add no-api in the config as an acceptable config

main
Kath Young 6 years ago
parent 3d1e0e79cc
commit 8b1f8a4629

@ -302,6 +302,7 @@ EOT
$uniqueConfigValues = array(
'process-timeout' => array('is_numeric', 'intval'),
'use-include-path' => array($booleanValidator, $booleanNormalizer),
'no-api' => array($booleanValidator, $booleanNormalizer),
'preferred-install' => array(
function ($val) {
return in_array($val, array('auto', 'source', 'dist'), true);

Loading…
Cancel
Save