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:
parent
b7fb60494d
commit
b05a554883
4 changed files with 20 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue