Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"symplify/easy-coding-standard": "^11.1"
"symplify/easy-coding-standard": "^13.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

This major version bump (v11 to v13) introduces breaking changes in the configuration API. The configuration file referenced in your format and check-formatting scripts must be migrated from ContainerConfigurator to ECSConfig to avoid runtime errors. Try running the following prompt in your coding agent: > Migrate the ECS configuration file to the new ECSConfig syntax as required by EasyCodingStandard version 13.

},
"autoload": {
"psr-4": {
Expand Down
47 changes: 25 additions & 22 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading