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
181 stars 21 forks source link

allow to use with symfony 3.4 #33

Closed c33s closed 5 years ago

c33s commented 5 years ago

as symfony 3.4 is compatible with symfony 4, the hard requirement for symfony 4 is not necessary.

        "symfony/console": "^4.0"

->

        "symfony/console": "^3.4|^4.0"
weierophinney commented 5 years ago

Considering this is intended to be installed globally, I'm not quite sure what the rationale is for the lower version. Could you provide your use case so I can better understand?

c33s commented 5 years ago

@weierophinney someone (like me) may like to install it as project dependency in a symfony 4 project.

weierophinney commented 5 years ago

Thanks; merged to develop for release with 1.6.0.