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
Has anyone experienced issues using Google reCAPTCHA with a PHP-Scoper project?
I’m working on a basic PHP-Scoper setup, and it seems to conflict with the google/cloud-recaptcha-enterprise package (version ^1.9).
I’m getting the following error:
InvalidArgumentException Caught
ReinosEmailFormScoped\Google\Cloud\RecaptchaEnterprise\V1\Event is not found in descriptor pool. Only generated classes may derive from Message.
Message.php:66
Has anyone run into this before or have suggestions on how to patch or ignore it? Any pointers would be appreciated!