From 46fa81a6664e100ea4603f97a2580f2eca957e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:53:38 +0000 Subject: [PATCH] Bump twilio/sdk from 6.22.0 to 7.7.1 Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 6.22.0 to 7.7.1. - [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/6.22.0...7.7.1) --- updated-dependencies: - dependency-name: twilio/sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 25 ++++++++++--------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index d672073..0116485 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "laravel/framework": "^7.2", "laravel/tinker": "^2.3", "laravel/ui": "^2.0", - "twilio/sdk": "^6.1.0" + "twilio/sdk": "^7.7.1" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.4", diff --git a/composer.lock b/composer.lock index 056be7d..88d4a76 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": "2ed7ed689d84c33897279badb0fb747d", + "content-hash": "5c9618612379c0d0dac8f228b912937b", "packages": [ { "name": "brick/math", @@ -4541,16 +4541,16 @@ }, { "name": "twilio/sdk", - "version": "6.22.0", + "version": "7.7.1", "source": { "type": "git", - "url": "https://github.com/twilio/twilio-php.git", - "reference": "b24040f9bcd2237e4210dcafd9a287fad9759a8a" + "url": "git@github.com:twilio/twilio-php.git", + "reference": "4390f89081a1e0bf680d55f2f916f2a89dc6ae4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twilio/twilio-php/zipball/b24040f9bcd2237e4210dcafd9a287fad9759a8a", - "reference": "b24040f9bcd2237e4210dcafd9a287fad9759a8a", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/4390f89081a1e0bf680d55f2f916f2a89dc6ae4e", + "reference": "4390f89081a1e0bf680d55f2f916f2a89dc6ae4e", "shasum": "" }, "require": { @@ -4558,8 +4558,7 @@ }, "require-dev": { "guzzlehttp/guzzle": "^6.3 || ^7.0", - "phpunit/phpunit": ">=4.5", - "theseer/phpdox": "^0.12.0" + "phpunit/phpunit": ">=7.0 < 10" }, "suggest": { "guzzlehttp/guzzle": "An HTTP client to execute the API requests" @@ -4581,17 +4580,13 @@ } ], "description": "A PHP wrapper for Twilio's API", - "homepage": "http://github.com/twilio/twilio-php", + "homepage": "https://github.com/twilio/twilio-php", "keywords": [ "api", "sms", "twilio" ], - "support": { - "issues": "https://github.com/twilio/twilio-php/issues", - "source": "https://github.com/twilio/twilio-php/tree/6.22.0" - }, - "time": "2021-04-21T19:45:05+00:00" + "time": "2023-07-27T10:01:20+00:00" }, { "name": "vlucas/phpdotenv", @@ -6899,5 +6894,5 @@ "php": "^7.2.5" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }