Skip to content

Commit

Permalink
added support for sebastian/diff version 6 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored and sspooky13 committed Jun 4, 2024
1 parent 7586a9d commit 49a51e5
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 @@ -4,6 +4,7 @@
### Added
- added support for Symfony 7
- [#77] CI: add build PHP 8.3 and Symfony 7
- [#84] added support for sebastian/diff version 6, Thanks to [@TomasLudvik]

### Removed
- [#69][#75] dropped support PHP 7.1 and dropped support Symfony 4.1 and lower
Expand Down Expand Up @@ -267,6 +268,7 @@ patchesJson6902:
[@DavidOstrozlik]: https://github.com/DavidOstrozlik
[@PetrHeinz]: https://github.com/PetrHeinz

[#84]: https://github.com/sspooky13/yaml-standards/pull/84/files
[#83]: https://github.com/sspooky13/yaml-standards/issues/83
[#80]: https://github.com/sspooky13/yaml-standards/pull/80
[#79]: https://github.com/sspooky13/yaml-standards/pull/79
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": "^4.2.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^4.2.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.2.0 || ^5.0 || ^6.0 || ^7.0",
"sebastian/diff": "^3.0 || ^4.0 || ^5.0"
"sebastian/diff": "^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"phing/phing": "^2.17.4",
Expand Down

0 comments on commit 49a51e5

Please sign in to comment.