The current requirement in composer.json is for abraham/twitteroauth: ^0.7 which means 0.7 < x < 0.8. But there is a 0.9.2 of abraham/twitteroauth now available which adds PHP 7.2 support amongst other features.
Please can you update your composer.json file to allow the use of 0.9.x too (and publish a new release)?
"abraham/twitteroauth" : ">=0.7"
Comments
Comment #2
damienmckennaThis is more of a feature request than a bug report.
Comment #3
gvsoThanks for reporting this. For some reason, the dependency was marked as "^0.7" instead of "~0.7". This actually makes the module incompatible with Social Auth Twitter, so it can be a bug too :)
Comment #5
gvso