1
0
Fork 0

Add no-api in the config as an acceptable config

pull/7912/head
Kath Young 2019-01-22 11:22:55 +10:30
parent 3d1e0e79cc
commit 8b1f8a4629
1 changed files with 1 additions and 0 deletions

View File

@ -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);