Skip to content

Commit

Permalink
Fix ecs config
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Apr 25, 2024
1 parent c49792f commit 18975ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/tools.test.ts
Expand Up @@ -469,7 +469,7 @@ describe('Tools tests', () => {
'add_symfony latest',
'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_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) => {
Expand Down
3 changes: 2 additions & 1 deletion src/configs/tools.json
Expand Up @@ -319,8 +319,9 @@
"version_parameter": "--version",
"version_prefix": "v"
},
"ecs": {
"easy-coding-standard": {
"type": "composer",
"alias": "ecs",
"repository": "symplify/easy-coding-standard",
"scope": "scoped"
}
Expand Down

0 comments on commit 18975ec

Please sign in to comment.