1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +00:00

Add cache-files-ttl setting, and docs for the cache

This commit is contained in:
Jordi Boggiano 2012-11-11 15:31:50 +01:00
parent b7fb60494d
commit b05a554883
4 changed files with 20 additions and 1 deletions

View file

@ -184,6 +184,8 @@ EOT
// handle config values
$uniqueConfigValues = array(
'process-timeout' => array('is_numeric', 'intval'),
'cache-ttl' => array('is_numeric', 'intval'),
'cache-files-ttl' => array('is_numeric', 'intval'),
'vendor-dir' => array('is_string', function ($val) { return $val; }),
'bin-dir' => array('is_string', function ($val) { return $val; }),
'notify-on-install' => array(