Open tricsusz opened 11 months ago
@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,
@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!
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
Done, thanks for the advice
Can you please make it work with Symfony 7+?