Skip to content

Commit b68f87c

Browse files
committed
Bump twilio/sdk to 8.3
Updated CHANGELOG
1 parent 2164988 commit b68f87c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
All notable changes to `twilio` will be documented in this file
3+
All notable changes to `laravel-notification-channels/twilio` will be documented in this file
4+
5+
## 4.0.0
6+
7+
- Bump `twilio/sdk` to 8.3
8+
- Improved types and use constructor property promotion everywhere.
9+
- Added Pint and fixed PHP syntax.
10+
- Drop support for PHP < 8.2 **BREAKING CHANGE**
11+
- Drop support for Laravel 7.x, 8.x, 9.x, and 10.x **BREAKING CHANGE**
12+
- Enable overriding the Twilio message source [#142](https://github.com/laravel-notification-channels/twilio/pull/142)
13+
- Add enabled config option (`TWILIO_ENABLED`) to disable the channel [#21](https://github.com/laravel-notification-channels/twilio/pull/121)
414

515
## 3.0.0
616

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Twilio recommends always using a [Messaging Service](https://www.twilio.com/docs
7070

7171
Having issues with SMS? Check Twilio's [best practices](https://www.twilio.com/docs/sms/services/services-best-practices).
7272

73+
## Upgrading from 3.x to 4.x
74+
75+
We have dropped support for PHP < 8.2 and the minimum Laravel version is now 11. Other than that, there are no breaking changes.
76+
7377
## Upgrading from 2.x to 3.x
7478

7579
If you're upgrading from version `2.x`, you'll need to make sure that your set environment variables match those above

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"require": {
3232
"php": "^8.2",
33-
"twilio/sdk": "^7.16",
33+
"twilio/sdk": "^7.16 || ^8.3",
3434
"illuminate/notifications": "^11.0",
3535
"illuminate/support": "^11.0",
3636
"illuminate/events": "^11.0",

0 commit comments

Comments
 (0)