mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-14 08: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:
@ -337,5 +337,11 @@
|
||||
"alias": "ecs",
|
||||
"repository": "symplify/easy-coding-standard",
|
||||
"scope": "scoped"
|
||||
},
|
||||
"roave-backward-compatibility-check": {
|
||||
"type": "composer",
|
||||
"alias": "roave-backward-compatibility-check",
|
||||
"repository": "roave/backward-compatibility-check",
|
||||
"scope": "scoped"
|
||||
}
|
||||
}
|
||||
|
@ -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