Skip to content

Commit faebca1

Browse files
committed
Block SDK updates due to B/C break
1 parent b78c4f2 commit faebca1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.1 (2025-04-09)
4+
5+
- Block updates to `twilio/sdk:^8.5` due to B/C break in the HTTP client
6+
37
## 2.3.0 (2025-03-21)
48

59
- Add support for Laravel 12

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "^8.1",
88
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
99
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
10-
"twilio/sdk": "^6.44 || ^7.0 || ^8.0"
10+
"twilio/sdk": "^6.44 || ^7.0 || ^8.0,<8.5"
1111
},
1212
"require-dev": {
1313
"guzzlehttp/guzzle": "^7.5",

0 commit comments

Comments
 (0)