laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

allow twilio sdk 7 #140

Open ziming opened 1 year ago

ziming commented 1 year ago

Over at https://github.com/twilio/twilio-php/releases

It says:

Note: This release contains breaking changes, check our upgrade guide for detailed migration notes.

However when I go to https://github.com/twilio/twilio-php/blob/7.0.0/UPGRADE.md#2023-03-08-6xx-to-7xx

It says:

[2023-03-08] 6.x.x to 7.x.x Twilio Php Helper Library’s major version 7.0.1 is now available. We ensured that you can upgrade to Php helper Library 7.0.1 version without any breaking changes. Behind the scenes Php Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages.

So i guess there is no breaking change

ziming commented 1 year ago

Hi, just a reminder after a long time :)

ziming commented 7 months ago

Resolved composer.json conflict. It. surprises me that laravel 11 PR is merged before this PR since this PR is much older