Skip to content

Commit

Permalink
Add support for the 7.0 release of the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Mar 19, 2023
1 parent 1c0e73f commit 5170754
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.0 (2023-03-19)

- Add support for `twilio/sdk:^7.0`

## 2.0.0 (2023-02-14)

- Consult the UPGRADE guide for changes between 1.x and 2.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^8.1",
"illuminate/http": "^10.0",
"illuminate/support": "^10.0",
"twilio/sdk": "^6.44"
"twilio/sdk": "^6.44 || ^7.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
Expand Down

0 comments on commit 5170754

Please sign in to comment.