From 9899d856822724fb036eae10e6c5698ea62165e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:00:16 +0000 Subject: [PATCH] Bump twilio/sdk from 5.15.5 to 7.5.0 Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 5.15.5 to 7.5.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...7.5.0) --- 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 | 32 ++++++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index f1586dd..db2f97f 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": "^7.5" }, "require-dev": { "filp/whoops": "~2.0", diff --git a/composer.lock b/composer.lock index 1597e06..51316b8 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": "a1e8c6ebf838ebb064b40076214cdad4", "packages": [ { "name": "doctrine/inflector", @@ -1818,29 +1818,32 @@ }, { "name": "twilio/sdk", - "version": "5.15.5", + "version": "7.5.0", "source": { "type": "git", - "url": "https://github.com/twilio/twilio-php.git", - "reference": "a87a69c828b946059b41d41b50b8ea5cf174ef1f" + "url": "git@github.com:twilio/twilio-php.git", + "reference": "c5c25509391a7369d8fc89e27cb177967c9dff83" }, "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/c5c25509391a7369d8fc89e27cb177967c9dff83", + "reference": "c5c25509391a7369d8fc89e27cb177967c9dff83", "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": ">=7.0 < 10" + }, + "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/", @@ -1854,13 +1857,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" ], - "time": "2017-11-03T21:18:01+00:00" + "time": "2023-06-15T07:36:24+00:00" }, { "name": "vlucas/phpdotenv", @@ -3652,5 +3655,6 @@ "platform": { "php": ">=7.1.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }