php-conventional-changelog icon indicating copy to clipboard operation
php-conventional-changelog copied to clipboard

Symfony 7 update

Open tricsusz opened this issue 6 months ago • 4 comments

Can you please make it work with Symfony 7+?

tricsusz avatar Jan 02 '24 13:01 tricsusz

@tricsusz I used "dev-main" as version in my composer.json and it works.

If you do that, add also:

    "minimum-stability": "dev",
    "prefer-stable": true,

petr6 avatar Feb 20 '24 06:02 petr6

@tricsusz I used "dev-main" as version in my composer.json and it works.

If you do that, add also:

    "minimum-stability": "dev",
    "prefer-stable": true,

Thank you @petr6, i will try it!

tricsusz avatar Feb 20 '24 14:02 tricsusz

Hey @marcocesarato,

I noticed there was a fix for this pushed to the dev-main branch in January. Would you mind building a new release that includes this? My package has a dependency on this one but I need to introduce Symfony 7 support for it from one of my other dependencies.

Thanks

jaymeh avatar Mar 09 '24 14:03 jaymeh

Done, thanks for the advice

marcocesarato avatar Mar 09 '24 14:03 marcocesarato