From 5d3c23daa7622a1095bd6f97ffed3f63adad2587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:12:11 +0000 Subject: [PATCH] Bump twilio/sdk from 6.24.1 to 7.7.1 Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 6.24.1 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.24.1...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 5381306..03959cf 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "twilio-deved/client-quickstart-php", "require": { "php": "^7.2.5 || ^8.0", - "twilio/sdk": "^6.1.0", + "twilio/sdk": "^7.7.1", "vlucas/phpdotenv": "^5.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index f47e599..cb3b674 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": "99a97f30e30b97ebc159259238478bfb", + "content-hash": "d7ed2f6d04bf013ed51a84003440f713", "packages": [ { "name": "graham-campbell/result-type", @@ -385,16 +385,16 @@ }, { "name": "twilio/sdk", - "version": "6.24.1", + "version": "7.7.1", "source": { "type": "git", - "url": "https://github.com/twilio/twilio-php.git", - "reference": "3438bcdb42a8fabcfaa081670d5924b868016148" + "url": "git@github.com:twilio/twilio-php.git", + "reference": "4390f89081a1e0bf680d55f2f916f2a89dc6ae4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twilio/twilio-php/zipball/3438bcdb42a8fabcfaa081670d5924b868016148", - "reference": "3438bcdb42a8fabcfaa081670d5924b868016148", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/4390f89081a1e0bf680d55f2f916f2a89dc6ae4e", + "reference": "4390f89081a1e0bf680d55f2f916f2a89dc6ae4e", "shasum": "" }, "require": { @@ -402,8 +402,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" @@ -425,17 +424,13 @@ } ], "description": "A PHP wrapper for Twilio's API", - "homepage": "https://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.24.1" - }, - "time": "2021-06-02T20:26:58+00:00" + "time": "2023-07-27T10:01:20+00:00" }, { "name": "vlucas/phpdotenv", @@ -4517,5 +4512,5 @@ "php": "^7.2.5 || ^8.0" }, "platform-dev": [], - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.3.0" }