phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
182 stars 23 forks source link

qa: allow use of symfony/console 6.x #104

Closed ramsey closed 2 years ago

ramsey commented 2 years ago

Currently, if you attempt to install symfony/console 6.x into a project that also requires phly/keep-a-changelog, you will receive a Composer dependency resolution error. This is because phly/keep-a-changelog uses ^5.2.1 as the version constraint for symfony/console.

This PR allows projects using this package the ability to upgrade to the new 6.x series of symfony/console (or it allows packages already using symfony/console 6.x the ability to install phly/keep-a-changelog).

lloricode commented 2 years ago

+1