Add roave/backward-compatibility-check tool support

Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-17 08:34:50 +00:00
parent 2dfe351907
commit 9dffd40113
5 changed files with 12 additions and 4 deletions

View File

@ -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']