From a2c98e54d48f030354029f077db507c827dec8ea Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 23 Aug 2023 09:55:38 +0800 Subject: [PATCH 1/2] Bump twilio/sdk to 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f72ba7..1044453 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "illuminate/contracts": "^10.0", "propaganistas/laravel-phone": "^5.0.3", "spatie/laravel-package-tools": "^1.14.2", - "twilio/sdk": "^6.44" + "twilio/sdk": "^7.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.5", From 355c6ba295139821b366c00863882dbf38cb6be5 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Thu, 21 Mar 2024 09:34:35 +0000 Subject: [PATCH 2/2] chore(deps): allow installing `twilio/sdk` 6.x or 7.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1044453..e9283b6 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "illuminate/contracts": "^10.0", "propaganistas/laravel-phone": "^5.0.3", "spatie/laravel-package-tools": "^1.14.2", - "twilio/sdk": "^7.0" + "twilio/sdk": "^6.44 || ^7.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.5",