Fix ecs config

This commit is contained in:
Shivam Mathur 2024-04-26 02:16:03 +05:30
parent c49792fb59
commit 18975ec414
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
2 changed files with 3 additions and 2 deletions

View File

@ -469,7 +469,7 @@ describe('Tools tests', () => {
'add_symfony latest', 'add_symfony latest',
'add_composer_tool vapor-cli vapor-cli laravel/ scoped', 'add_composer_tool vapor-cli vapor-cli laravel/ scoped',
'add_tool https://github.com/wp-cli/builds/blob/gh-pages/phar/wp-cli.phar?raw=true wp-cli "--version"', 'add_tool https://github.com/wp-cli/builds/blob/gh-pages/phar/wp-cli.phar?raw=true wp-cli "--version"',
'add_composer_tool easy-coding-standard ecs symplify/ scoped' 'add_composer_tool easy-coding-standard easy-coding-standard symplify/ scoped'
] ]
] ]
])('checking addTools on darwin', async (tools_csv, scripts) => { ])('checking addTools on darwin', async (tools_csv, scripts) => {

View File

@ -319,8 +319,9 @@
"version_parameter": "--version", "version_parameter": "--version",
"version_prefix": "v" "version_prefix": "v"
}, },
"ecs": { "easy-coding-standard": {
"type": "composer", "type": "composer",
"alias": "ecs",
"repository": "symplify/easy-coding-standard", "repository": "symplify/easy-coding-standard",
"scope": "scoped" "scope": "scoped"
} }