From 867e2a03f0c9cf149e6fac4077372263bdfa3f6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 05:50:37 +0000 Subject: [PATCH] Bump twilio/sdk from 5.15.5 to 6.27.0 Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 5.15.5 to 6.27.0. - [Release notes](https://github.com/twilio/twilio-php/releases) - [Changelog](https://github.com/twilio/twilio-php/blob/main/CHANGES.md) - [Upgrade guide](https://github.com/twilio/twilio-php/blob/main/UPGRADE.md) - [Commits](https://github.com/twilio/twilio-php/compare/5.15.5...6.27.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 33 +++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index f1586dd..efa6d11 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=7.1.0", "laravel/framework": "5.5.*", "squizlabs/php_codesniffer": "2.*", - "twilio/sdk": "^5.0" + "twilio/sdk": "^6.27" }, "require-dev": { "filp/whoops": "~2.0", diff --git a/composer.lock b/composer.lock index 1597e06..b045df7 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7075279850d2757284ec4f45793eee25", + "content-hash": "850dc7f08fe802d1562c9d7a084c50e8", "packages": [ { "name": "doctrine/inflector", @@ -1818,29 +1818,33 @@ }, { "name": "twilio/sdk", - "version": "5.15.5", + "version": "6.27.0", "source": { "type": "git", "url": "https://github.com/twilio/twilio-php.git", - "reference": "a87a69c828b946059b41d41b50b8ea5cf174ef1f" + "reference": "481f570468560d8d6176697606be23aed1275589" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twilio/twilio-php/zipball/a87a69c828b946059b41d41b50b8ea5cf174ef1f", - "reference": "a87a69c828b946059b41d41b50b8ea5cf174ef1f", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/481f570468560d8d6176697606be23aed1275589", + "reference": "481f570468560d8d6176697606be23aed1275589", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.1.0" }, "require-dev": { - "apigen/apigen": "^4.1", - "phpunit/phpunit": "4.5.*" + "guzzlehttp/guzzle": "^6.3 || ^7.0", + "phpunit/phpunit": ">=4.5", + "theseer/phpdox": "^0.12.0" + }, + "suggest": { + "guzzlehttp/guzzle": "An HTTP client to execute the API requests" }, "type": "library", "autoload": { "psr-4": { - "Twilio\\": "Twilio/" + "Twilio\\": "src/Twilio/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1860,7 +1864,11 @@ "sms", "twilio" ], - "time": "2017-11-03T21:18:01+00:00" + "support": { + "issues": "https://github.com/twilio/twilio-php/issues", + "source": "https://github.com/twilio/twilio-php/tree/6.27.0" + }, + "time": "2021-07-14T19:13:04+00:00" }, { "name": "vlucas/phpdotenv", @@ -3652,5 +3660,6 @@ "platform": { "php": ">=7.1.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }