craftsys / msg91-laravel

Send SMS, OTP in Laravel using Msg91 Apis
MIT License
13 stars 6 forks source link

Php Deprecated Error - jsonSerialize() #14

Closed ilearnbydoing closed 1 year ago

ilearnbydoing commented 1 year ago

Php 8.1 Laravel .80 In Laravel Tinker test getting this error

>>> echo Msg91::otp()::class PHP Deprecated: Return type of Craftsys\Msg91\Options::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /MYAPP_PATH/vendor/craftsys/msg91-php/src/Options.php on line 215 Craftsys\Msg91\OTP\OTPService⏎

sudkumar commented 1 year ago

Thanks for reporting. Will test and fix it.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 0.13.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: