diff --git a/composer.json b/composer.json index d672073..6652e73 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.0" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.4", diff --git a/composer.lock b/composer.lock index 056be7d..a435d71 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": "12777eb050155a220879f7b5507c702d", "packages": [ { "name": "brick/math", @@ -4541,16 +4541,16 @@ }, { "name": "twilio/sdk", - "version": "6.22.0", + "version": "7.7.0", "source": { "type": "git", - "url": "https://github.com/twilio/twilio-php.git", - "reference": "b24040f9bcd2237e4210dcafd9a287fad9759a8a" + "url": "git@github.com:twilio/twilio-php.git", + "reference": "8bee4d76f1aff6b89a8910cfa61ea02960a2ecc7" }, "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/8bee4d76f1aff6b89a8910cfa61ea02960a2ecc7", + "reference": "8bee4d76f1aff6b89a8910cfa61ea02960a2ecc7", "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-13T15:26:35+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" }