You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the plugin on Mautic5, the recaptcha working fine when choose the v2, but it's not working with v3.
recaptcha not loading, but there is error. Any suggestions to debug the issue?
The text was updated successfully, but these errors were encountered:
Running composer update koco/mautic-recaptcha-bundle
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires koco/mautic-recaptcha-bundle * -> satisfiable by koco/mautic-recaptcha-bundle[1.0.0, ..., 1.1.3, 3.0.0, 3.0.1, 3.1.0].
- koco/mautic-recaptcha-bundle[1.0.0, ..., 1.1.3, 3.0.0, ..., 3.1.0] require mautic/composer-plugin ^1.0 -> satisfiable by mautic/composer-plugin[1.0.0, 1.0.1].
- mautic/composer-plugin[1.0.0, ..., 1.0.1] require composer-plugin-api ^1.0 -> found composer-plugin-api[2.6.0] but it does not match the constraint.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require koco/mautic-recaptcha-bundle:*" to figure out if any version is installable, or "composer require koco/mautic-recaptcha-bundle:^2.1" if you know which you need.
Installation failed, deleting ./composer.json.
I installed the plugin on Mautic5, the recaptcha working fine when choose the v2, but it's not working with v3.
recaptcha not loading, but there is error. Any suggestions to debug the issue?
The text was updated successfully, but these errors were encountered: