Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
908 stars 181 forks source link

Support for Ramsey UUID 4.7 #459

Closed Brenneisen closed 8 months ago

Brenneisen commented 8 months ago

The ramsey/uuid requirement for this package is "ramsey/uuid": "^3.9", it would be great to support version v4.7.

Laravel requires ramsey/uuid v4.7. It is currently not possible to update the Vonage SDK package since version v4.3.2.

SecondeJK commented 8 months ago

Ramsey UUID isn't actually used in this package so I'm not sure where that's come from - but the dep bumps to vonage/jwt should resolve to 4.7.5 and higher now.

Brenneisen commented 8 months ago

Thank you!