karser / KarserRecaptcha3Bundle

Google ReCAPTCHA v3 for Symfony
MIT License
168 stars 22 forks source link

Add ability to set the language of the ReCaptcha widget #56

Closed mrunkel closed 2 years ago

mrunkel commented 2 years ago

I've added an option to set the reCaptcha language displayed in the widget.

karser commented 2 years ago

Could you please fix the build by adding "allow-plugins": { "symfony/flex": true } to composer.json?

mrunkel commented 2 years ago

Sorry, not sure what I'm doing wrong.

Judging from the error message this might need to be a global setting on the container/environment?

Error: symfony/flex (installed globally) contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe.
You can run "composer global config --no-plugins allow-plugins.symfony/flex [true|false]" to enable it (true) or disable it explicitly and suppress this exception (false)
karser commented 2 years ago

Thank you for your PR @mrunkel