We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78c4f2 commit faebca1Copy full SHA for faebca1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## 2.3.0 (2025-03-21)
8
9
- Add support for Laravel 12
composer.json
@@ -7,7 +7,7 @@
"php": "^8.1",
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
10
- "twilio/sdk": "^6.44 || ^7.0 || ^8.0"
+ "twilio/sdk": "^6.44 || ^7.0 || ^8.0,<8.5"
11
},
12
"require-dev": {
13
"guzzlehttp/guzzle": "^7.5",
0 commit comments