Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
317 stars 79 forks source link

Upgrade vonage/client #68

Closed martio closed 2 years ago

martio commented 2 years ago

Please, upgrade vonage/client to version 3.0.0

For PHP 8.1:

Return type of Vonage\Client\Credentials\AbstractCredentials::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/vendor/vonage/client-core/src/Client/Credentials/AbstractCredentials.php on line 31
SecondeJK commented 2 years ago

This is underway

SecondeJK commented 2 years ago

Fixed with #67 , release published. Thank you @martio !