feat : narrowspark/automatic-composer-prefetcher as a alternative to prestissimo

This commit is contained in:
Daniel Bannert
2020-01-04 07:22:15 +01:00
committed by prisis
parent 7b8bf7af6a
commit 5b00f068f3
5 changed files with 58 additions and 12 deletions

View File

@ -179,6 +179,18 @@ export async function addTools(
os_version
));
break;
case 'composer-prefetcher':
script +=
'composer global require narrowspark/automatic-composer-prefetcher' +
(await utils.suppressOutput(os_version)) +
'\n' +
(await utils.addLog(
'$tick',
'narrowspark/automatic-composer-prefetcher',
'Added',
os_version
));
break;
case 'pecl':
script += await getPECLCommand(os_version);
break;