From ab4d80f24727cbb2b4b43c6c655d610e6be32eae Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 27 Jul 2022 11:03:30 +1000 Subject: [PATCH] Fixes for lock --- composer.json | 1 + composer.lock | 53 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 13929bad53b5..0116123ed957 100644 --- a/composer.json +++ b/composer.json @@ -89,6 +89,7 @@ "symfony/postmark-mailer": "^6.1", "tijsverkoyen/css-to-inline-styles": "^2.2", "turbo124/beacon": "^1.2", + "twilio/sdk": "^6.40", "webpatser/laravel-countries": "dev-master#75992ad", "wepay/php-sdk": "^0.3" }, diff --git a/composer.lock b/composer.lock index 519509416dba..742fa823028e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ab46b4192bc11b5b812f0959354a8701", + "content-hash": "624b345504e2b9bb3bf1c7a9c7a913d3", "packages": [ { "name": "afosto/yaac", @@ -12124,6 +12124,55 @@ }, "time": "2022-06-22T11:22:46+00:00" }, + { + "name": "twilio/sdk", + "version": "6.40.0", + "source": { + "type": "git", + "url": "git@github.com:twilio/twilio-php.git", + "reference": "86aa13d855f4624d07a5e6e8c0b7f2096d7d856c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/86aa13d855f4624d07a5e6e8c0b7f2096d7d856c", + "reference": "86aa13d855f4624d07a5e6e8c0b7f2096d7d856c", + "shasum": "" + }, + "require": { + "php": ">=7.1.0" + }, + "require-dev": { + "guzzlehttp/guzzle": "^6.3 || ^7.0", + "phpunit/phpunit": ">=7.0" + }, + "suggest": { + "guzzlehttp/guzzle": "An HTTP client to execute the API requests" + }, + "type": "library", + "autoload": { + "psr-4": { + "Twilio\\": "src/Twilio/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Twilio API Team", + "email": "api@twilio.com" + } + ], + "description": "A PHP wrapper for Twilio's API", + "homepage": "https://github.com/twilio/twilio-php", + "keywords": [ + "api", + "sms", + "twilio" + ], + "time": "2022-07-21T19:54:34+00:00" + }, { "name": "vlucas/phpdotenv", "version": "v5.4.1", @@ -16603,5 +16652,5 @@ "platform-dev": { "php": "^7.4|^8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" }