Skip to content

Commit

Permalink
Locks ECS version because of BC breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 23, 2022
1 parent cc9514b commit 7162a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased
- Lock `symplify/easy-coding-standard` to <10.2.4 because of backward incompatibilities introduced in its bugfix releases.

## 3.3.0 - 2022-04-21
- Update to symplify/easy-coding-standard ^10.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"nette/utils": "^3.2",
"slevomat/coding-standard": "^6.4.1 || ^7.0",
"squizlabs/php_codesniffer": "^3.6",
"symplify/easy-coding-standard": "^10.0"
"symplify/easy-coding-standard": "^10.0 <10.2.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.13.2",
Expand Down

0 comments on commit 7162a80

Please sign in to comment.