From 763a215ae84859afeb513fb0bad0f281e7c7b283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:57:53 +0000 Subject: [PATCH] Bump twilio/sdk from 6.22.0 to 6.44.4 Bumps [twilio/sdk](https://github.com/twilio/twilio-php) from 6.22.0 to 6.44.4. - [Release notes](https://github.com/twilio/twilio-php/releases) - [Changelog](https://github.com/twilio/twilio-php/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-php/compare/6.22.0...6.44.4) --- updated-dependencies: - dependency-name: twilio/sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/composer.lock b/composer.lock index 056be7d..3b3db49 100644 --- a/composer.lock +++ b/composer.lock @@ -4541,16 +4541,16 @@ }, { "name": "twilio/sdk", - "version": "6.22.0", + "version": "6.44.4", "source": { "type": "git", - "url": "https://github.com/twilio/twilio-php.git", - "reference": "b24040f9bcd2237e4210dcafd9a287fad9759a8a" + "url": "git@github.com:twilio/twilio-php.git", + "reference": "08aad5f377e2245b9cd7508e7762d95e7392fa4d" }, "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/08aad5f377e2245b9cd7508e7762d95e7392fa4d", + "reference": "08aad5f377e2245b9cd7508e7762d95e7392fa4d", "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-02-22T19:59:53+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" }