Skip to content

Commit

Permalink
Avoid deprecation errors from symplify/coding-standard (see #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 4, 2020
1 parent 60d51cf commit 6e91e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## Unreleased
- Fix PSR-2 checks to be used again (they were unintentionally not loaded since coding-standard version 2.0.0).
- Lock dependency of `symplify/coding-standard` to <7.2.20 to avoid deprecation errors.

## 2.0.2 - 2020-04-23
- Increase required version of symplify/easy-coding-standard to ^7.2.3.
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"require": {
"php": "^7.2",
"symplify/easy-coding-standard": "^7.2.3",
"symplify/coding-standard": "<7.2.20",
"friendsofphp/php-cs-fixer": "^2.16.3"
},
"require-dev": {
Expand Down

0 comments on commit 6e91e57

Please sign in to comment.