From ec855d38466c01d2ec63e4a7eba29b62c731d98b Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 21 Oct 2024 19:24:52 -0400 Subject: [PATCH] added twilio --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 98585f1..81f14bb 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "php": "^7.4 || ^8.0", "ext-json": "*", "codeigniter4/framework": "^4.0", - "firebase/php-jwt": "^6.10" + "firebase/php-jwt": "^6.10", + "twilio/sdk": "^8.3" }, "require-dev": { "fakerphp/faker": "^1.9",