mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 15:26:23 +07:00 
			
		
		
		
	Enhancement: Add composer-unused/composer-unused as tool
This commit is contained in:
		| @ -487,6 +487,11 @@ export async function addTools( | ||||
|         url = github + 'maglnet/ComposerRequireChecker/' + uri; | ||||
|         script += await addArchive(tool, version, url, os_version); | ||||
|         break; | ||||
|       case 'composer-unused': | ||||
|         uri = await getUri(tool, '.phar', version, 'releases', '', 'download'); | ||||
|         url = github + 'composer-unused/composer-unused/' + 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
	 Andreas Möller
					Andreas Möller