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