mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-24 07:39:09 +07:00
Enhancement: Add ergebnis/composer-normalize as tool
This commit is contained in:

committed by
Shivam Mathur

parent
530929f741
commit
47b8d68850
5
dist/index.js
vendored
5
dist/index.js
vendored
@ -2296,6 +2296,11 @@ async function addTools(tools_csv, php_version, os_version) {
|
||||
url = await getPharUrl('https://get.blackfire.io', tool, 'v', version);
|
||||
script += await addArchive(tool, version, url, os_version);
|
||||
break;
|
||||
case 'composer-normalize':
|
||||
uri = await getUri(tool, '.phar', version, 'releases', '', 'download');
|
||||
url = github + 'ergebnis/composer-normalize/' + uri;
|
||||
script += await addArchive(tool, version, url, os_version);
|
||||
break;
|
||||
case 'cs2pr':
|
||||
uri = await getUri(tool, '', version, 'releases', '', 'download');
|
||||
url = github + 'staabm/annotate-pull-request-from-checkstyle/' + uri;
|
||||
|
Reference in New Issue
Block a user