You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of abraham/twitteroauth seems compatible with PHP 8.0. I have no idea of the amount of work required to make the plugin compatible with the latest version, but it would help in PHP 8 compatibility.
Composer returns the following error when trying to install on PHP 8:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- jamesedmonston/graphql-authentication[1.10.0, ..., 1.10.3] require abraham/twitteroauth ^1.0 -> satisfiable by abraham/twitteroauth[1.0.0, 1.0.1, 1.1.0, 1.2.0].
- abraham/twitteroauth[1.0.0, ..., 1.0.1] require php ^5.6 || ^7.0 || ^7.1 || ^7.2 -> your php version (8.0.7) does not satisfy that requirement.
- abraham/twitteroauth 1.1.0 requires php ^7.2 || ^7.3 -> your php version (8.0.7) does not satisfy that requirement.
- abraham/twitteroauth 1.2.0 requires php ^7.2 || ^7.3 || ^7.4 -> your php version (8.0.7) does not satisfy that requirement.
- Root composer.json requires jamesedmonston/graphql-authentication ^1.10 -> satisfiable by jamesedmonston/graphql-authentication[1.10.0, 1.10.1, 1.10.2, 1.10.3].
The text was updated successfully, but these errors were encountered:
PHP 8 support would be great. I configured an alias for abraham/twitteroauth so this plugin is used in the latest version.
But when this issues was resolved i figured out that also facebook/graph-sdk does not have support for PHP 8 and it does not get support anytime soon because it seems to be archived .
Currently the plugin is not compatible with PHP 8 due to a dependency to
abraham/twitteroauth:^1.0
.The latest version of
abraham/twitteroauth
seems compatible with PHP 8.0. I have no idea of the amount of work required to make the plugin compatible with the latest version, but it would help in PHP 8 compatibility.Composer returns the following error when trying to install on PHP 8:
The text was updated successfully, but these errors were encountered: