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

Laravel 9 support #66

Closed driesvints closed 2 years ago

driesvints commented 2 years ago

Description

We need this for https://github.com/laravel/nexmo-notification-channel/pull/49

Motivation and Context

See above

How Has This Been Tested?

It seems there's no matrix builds for different Laravel versions. I suggest adding these in a later PR in a similar fashion than https://github.com/laravel/nexmo-notification-channel/blob/2.0/.github/workflows/tests.yml#L16-L17

Example Output or Screenshots (if appropriate):

Types of changes

Checklist:

driesvints commented 2 years ago

Closing this as this package is being migrated to laravel/nexmo-notification-channel