Enhancement: Add maglnet/ComposerRequireChecker as tool

This commit is contained in:
Andreas Möller
2020-07-18 21:30:54 +02:00
committed by Shivam Mathur
parent 47b8d68850
commit c12fad850b
4 changed files with 15 additions and 2 deletions

5
dist/index.js vendored
View File

@ -2301,6 +2301,11 @@ async function addTools(tools_csv, php_version, os_version) {
url = github + 'ergebnis/composer-normalize/' + uri;
script += await addArchive(tool, version, url, os_version);
break;
case 'composer-require-checker':
uri = await getUri(tool, '.phar', version, 'releases', '', 'download');
url = github + 'maglnet/ComposerRequireChecker/' + 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;