Skip to content

Commit

Permalink
Merge pull request #181 from ergebnis/feature/yaml
Browse files Browse the repository at this point in the history
Enhancement: Allow installation of `symfony/yaml:^6.0.0`
  • Loading branch information
localheinz authored Dec 17, 2021
2 parents 70e0912 + ec4c797 commit c3673fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.3.0...main`][0.3.0...main].
For a full diff see [`0.4.0...main`][0.4.0...main].

## [`0.4.0`][0.4.0]

### Changed

* Allowed installation with `symfony/yaml:^6.0.0` ([#181]), by [@localheinz]

## [`0.3.0`][0.3.0]

Expand Down Expand Up @@ -39,15 +45,18 @@ For a full diff see [`4e97e14...0.1.0`][4e97e14...0.1.0].
[0.1.0]: https://github.com/ergebnis/front-matter/releases/tag/0.1.0
[0.2.0]: https://github.com/ergebnis/front-matter/releases/tag/0.2.0
[0.3.0]: https://github.com/ergebnis/front-matter/releases/tag/0.3.0
[0.4.0]: https://github.com/ergebnis/front-matter/releases/tag/0.4.0

[4e97e14...0.1.0]: https://github.com/ergebnis/front-matter/compare/4e97e14...0.1.0
[0.1.0...0.2.0]: https://github.com/ergebnis/front-matter/compare/0.1.0...0.2.0
[0.2.0...0.3.0]: https://github.com/ergebnis/front-matter/compare/0.2.0...0.3.0
[0.3.0...main]: https://github.com/ergebnis/front-matter/compare/0.3.0...main
[0.3.0...0.4.0]: https://github.com/ergebnis/front-matter/compare/0.3.0...0.4.0
[0.4.0...main]: https://github.com/ergebnis/front-matter/compare/0.4.0...main

[#2]: https://github.com/ergebnis/front-matter/pull/2
[#8]: https://github.com/ergebnis/front-matter/pull/8
[#9]: https://github.com/ergebnis/front-matter/pull/9
[#157]: https://github.com/ergebnis/front-matter/pull/157
[#181]: https://github.com/ergebnis/front-matter/pull/181

[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"symfony/yaml": "^5.4.0"
"symfony/yaml": "^5.4.0 || ^6.0.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit c3673fd

Please sign in to comment.