Add support for ecs

This commit is contained in:
em411
2024-04-25 21:59:57 +02:00
parent c665c7a15b
commit 806c3cc058
3 changed files with 11 additions and 4 deletions

View File

@ -318,5 +318,10 @@
"extension": ".phar",
"version_parameter": "--version",
"version_prefix": "v"
},
"ecs": {
"type": "composer",
"repository": "symplify/easy-coding-standard",
"scope": "scoped"
}
}
}