|
@@ -35,6 +35,7 @@ class Config
|
|
'cache-files-ttl' => null, // fallback to cache-ttl
|
|
'cache-files-ttl' => null, // fallback to cache-ttl
|
|
'cache-files-maxsize' => '300MiB',
|
|
'cache-files-maxsize' => '300MiB',
|
|
'discard-changes' => false,
|
|
'discard-changes' => false,
|
|
|
|
+ 'autoload-suffix' => null,
|
|
'prepend-autoloader' => true,
|
|
'prepend-autoloader' => true,
|
|
'github-domains' => array('github.com'),
|
|
'github-domains' => array('github.com'),
|
|
);
|
|
);
|