From c6575864fe6d74250642885941450b5be3b75827 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Tue, 9 Apr 2024 19:31:55 -0400 Subject: [PATCH] Add support for the 8.0 release of the SDK --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2df30cb..27f1ef0 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "^8.1", "illuminate/http": "^10.0 || ^11.0", "illuminate/support": "^10.0 || ^11.0", - "twilio/sdk": "^6.44 || ^7.0" + "twilio/sdk": "^6.44 || ^7.0 || ^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.5",