Note: The Twilio/SDK v3.13.1 is incompatible with PHP v7.2 because it uses create_function in several places. Only their latest v6 supports PHP v7.2 and since v3 has been EOL'd, they definitely aren't going to backport PHP 7.2 fixes.
So! Working with the Twilio devs, I backported the PHP 7.2 changes to v3.13.1 and updated this project's composer.json to use that specific project branch instead.
Note: The Twilio/SDK v3.13.1 is incompatible with PHP v7.2 because it uses
create_function
in several places. Only their latest v6 supports PHP v7.2 and since v3 has been EOL'd, they definitely aren't going to backport PHP 7.2 fixes.So! Working with the Twilio devs, I backported the PHP 7.2 changes to v3.13.1 and updated this project's composer.json to use that specific project branch instead.
This change is