diff --git a/composer.json b/composer.json index 4f6ce8107..3601df421 100644 --- a/composer.json +++ b/composer.json @@ -124,7 +124,7 @@ "twig/inky-extra": "^3.4", "twig/markdown-extra": "^3.4", "twig/twig": "^3.4", - "twilio/sdk": "^6.42", + "twilio/sdk": "^7.16", "willdurand/js-translation-bundle": "^5.0", "willdurand/negotiation": "^3.0", "zenstruck/schedule-bundle": "^1.5" diff --git a/composer.lock b/composer.lock index 0757f5939..25614c338 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": "c18c24204dc354283e609163757f48cd", + "content-hash": "996fb47907916090cd10274a1eddec94", "packages": [ { "name": "alcohol/iso4217", @@ -14040,16 +14040,16 @@ }, { "name": "twilio/sdk", - "version": "6.42.2", + "version": "7.16.2", "source": { "type": "git", - "url": "git@github.com:twilio/twilio-php.git", - "reference": "a86746d7e5d88e0406fe002768c4007f5cb26174" + "url": "https://github.com/twilio/twilio-php.git", + "reference": "02ad214b0cc9fc513bd67df251d54aed8901284f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twilio/twilio-php/zipball/a86746d7e5d88e0406fe002768c4007f5cb26174", - "reference": "a86746d7e5d88e0406fe002768c4007f5cb26174", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/02ad214b0cc9fc513bd67df251d54aed8901284f", + "reference": "02ad214b0cc9fc513bd67df251d54aed8901284f", "shasum": "" }, "require": { @@ -14057,7 +14057,7 @@ }, "require-dev": { "guzzlehttp/guzzle": "^6.3 || ^7.0", - "phpunit/phpunit": ">=7.0" + "phpunit/phpunit": ">=7.0 < 10" }, "suggest": { "guzzlehttp/guzzle": "An HTTP client to execute the API requests" @@ -14085,7 +14085,11 @@ "sms", "twilio" ], - "time": "2022-10-05T18:22:45+00:00" + "support": { + "issues": "https://github.com/twilio/twilio-php/issues", + "source": "https://github.com/twilio/twilio-php/tree/7.16.2" + }, + "time": "2024-04-01T10:34:42+00:00" }, { "name": "webmozart/assert",