Minds / engine

mirror of https://gitlab.com/minds/engine
https://minds.com
GNU Affero General Public License v3.0
200 stars 93 forks source link

Migrated Minds.com's engine to PHP v7.2.0. #31

Open hopeseekr opened 5 years ago

hopeseekr commented 5 years ago

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 Reviewable