mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-06 04:44:07 +07:00
Add roave/backward-compatibility-check tool support
Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
This commit is contained in:
@ -203,7 +203,7 @@ export async function addPackage(data: RS): Promise<string> {
|
||||
const command = await utils.getCommand(data['os'], 'composer_tool');
|
||||
const parts: string[] = data['repository'].split('/');
|
||||
const args: string = await utils.joins(
|
||||
parts[1],
|
||||
data['tool'],
|
||||
data['release'],
|
||||
parts[0] + '/',
|
||||
data['scope']
|
||||
|
Reference in New Issue
Block a user