Trying to use it with PHP 8.1 results in the following deprecation being thrown:
Return type of Arcanedev\NoCaptcha\Utilities\AbstractResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /app/vendor/arcanedev/no-captcha/src/Utilities/AbstractResponse.php on line 204
Trying to use it with PHP 8.1 results in the following deprecation being thrown:
Return type of Arcanedev\NoCaptcha\Utilities\AbstractResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /app/vendor/arcanedev/no-captcha/src/Utilities/AbstractResponse.php on line 204