keep-a-changelog icon indicating copy to clipboard operation
keep-a-changelog copied to clipboard

qa: allow use of symfony/console 6.x

Open ramsey opened this issue 3 years ago • 1 comments

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).

ramsey avatar Jan 02 '22 21:01 ramsey

+1

lloricode avatar Apr 18 '22 06:04 lloricode