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

dudleyc created an issue. See original summary.

damienmckenna’s picture

Version: 8.x-2.0-alpha2 » 8.x-2.x-dev
Category: Bug report » Feature request

This is more of a feature request than a bug report.

gvso’s picture

Thanks 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 :)

  • gvso committed 708d930 on 8.x-2.x
    Issue #2988660: Support abraham/twitteroauth 0.9.x
    
gvso’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.