Codeception / module-symfony

Codeception module for testing apps using Symfony framework
MIT License
88 stars 24 forks source link

Update dependencies #149

Closed ThomasLandauer closed 2 years ago

ThomasLandauer commented 2 years ago

I'm just guessing this - so if it's wrong, just close it :-)

Same situation is in module-phpbrowser: https://github.com/Codeception/module-phpbrowser/blob/master/composer.json

TavoNiievez commented 2 years ago

Hi @ThomasLandauer , eventually there should be a release of module-symfony (and any other modules) using the versions released today. However, you will most likely not use both (1.x and 2.x) at the same time.

Because one module depends on another, and so on, updating all of them at once proved a bit difficult. But without a doubt this is something that will be done in the next version.

I haven't yet verified module-symfony compatibility with Symfony 5.4 and 6.0 and I even have new features pending, so thanks for pointing out that here is something else to add to the to-do list!

Btw, you can also try to fix the build yourself and we can merge this before, if you want. I suggest you first update the dependency locally, PHPStorm should help you by marking incompatibilities in red.

TavoNiievez commented 2 years ago

I wanted to avoid mixing updating PHP version with updating dependencies so as not to do a super difficult update, but you are right, it is something that should be done.

ThomasLandauer commented 2 years ago

Never mind, it's OK for me, just thought you were maybe missing something... All good! :-)

TavoNiievez commented 2 years ago

thank you very much :-) I will try to do it as soon as possible

TavoNiievez commented 2 years ago

@ThomasLandauer thanks you :)