Meteo-Concept / hcaptcha-bundle

A Symfony 4+ bundle to bring hCaptcha into your forms
Other
22 stars 10 forks source link

Symfony 6.0 support #10

Closed kissifrot closed 2 years ago

kissifrot commented 2 years ago

Hello,

Is there a symfony 6.x support planned? Right now composer.json version constraints prevent installation but looks like code is compatible (I can provide help for tests if needed :) )

lgeorget commented 2 years ago

The code is ready for 6.x but the problem is that the testing dependencies are not so I can't make the automatic tests pass for the moment.

kissifrot commented 2 years ago

From what I saw nyholm/symfony-bundle-test and matthiasnoback/symfony-dependency-injection-test (as well as symfony/panther) are now compatiblle 👍

quentint commented 2 years ago

Interested in this, too 😉

lgeorget commented 2 years ago

Currently I'm a bit stuck by this for the moment: https://github.com/SymfonyTest/symfony-bundle-test/issues/65 nyholm/symfony-bundle-test claims to be compatible with Symfony 6 but it's not right now. They should release a new version soone though.

lgeorget commented 2 years ago

You can use "meteo-concept/hcaptcha-bundle: dev-v3" in composer.json for now if you want to try out Symfony 6.

quentint commented 2 years ago

Good to know, thank you!

lgeorget commented 2 years ago

I've released v3.2.0 (https://github.com/Meteo-Concept/hcaptcha-bundle/releases/tag/v3.2.0) with support for Symfony 6.