Skip to content

Commit

Permalink
Composer: added support to "sebastian/diff" version 5 [#72]
Browse files Browse the repository at this point in the history
  • Loading branch information
sspooky13 committed Feb 26, 2023
1 parent 4a1dd6f commit 94b725a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Config: added new parameter for ignoring indent for comments for indent check
- [#55] added option to disable check only changed files and added option to change path to cache file
- [#70] CI: add build PHP 8.2
- [#72] Composer: added support to "sebastian/diff" version 5

### Changed
- removed status code from result class, now it's no longer necessary
Expand Down Expand Up @@ -238,6 +239,7 @@ patchesJson6902:
[@DavidOstrozlik]: https://github.com/DavidOstrozlik
[@PetrHeinz]: https://github.com/PetrHeinz

[#72]: https://github.com/sspooky13/yaml-standards/issues/72
[#71]: https://github.com/sspooky13/yaml-standards/issues/71
[#73]: https://github.com/sspooky13/yaml-standards/issues/73
[#70]: https://github.com/sspooky13/yaml-standards/issues/70
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"symfony/console": "^3.4.31 || ^4.0.10 || ^5.0 || ^6.0",
"symfony/config": "^3.4.31 || ^4.0.10 || ^5.0 || ^6.0",
"symfony/yaml": "^3.4.31 || ^4.0.10 || ^5.0 || ^6.0",
"sebastian/diff": "^1.4 || ^2.0 || ^3.0 || ^4.0"
"sebastian/diff": "^1.4 || ^2.0 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phing/phing": "^2.16.4",
Expand Down

0 comments on commit 94b725a

Please sign in to comment.