coopTilleuls / CoopTilleulsForgotPasswordBundle

Provides a "forgot password" complete feature for your API through a Symfony bundle
MIT License
79 stars 25 forks source link

feat: Symfony 7.0 support #134

Closed grosmanal closed 9 months ago

grosmanal commented 10 months ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

This PR allows this bundle to be used with Symfony 7.0

vincentchalamon commented 10 months ago

Nice! Thanks @grosmanal. Can you also update the .github/workflows/ci.yml to replace Symfony 6.3 by 6.4 (LTS), and add Symfony 7.0 in the matrix, please?

grosmanal commented 10 months ago

Converting to draft, because behat/behat and friends-of-behat/symfony-extension need to be updated to support Symfony 7.

hanovruslan commented 9 months ago

Hi, guys! Any progress here?

grosmanal commented 9 months ago

If the tests are green, I'll squash the commits. @vincentchalamon

vincentchalamon commented 9 months ago

Thanks @grosmanal! :rocket:

vincentchalamon commented 9 months ago

Published on v1.5.3

hanovruslan commented 9 months ago

Thanks a lot!