- Issue created by @SocialNicheGuru
I think you are having an issue with the web3php lib itself.
This module does not require anything else than
drupal/key
(see composer.json)
Can the requirement for psr/http-message be changed to
psr/http-message (^1.0 || ^2.0)
web3p/web3.php 9999999-dev requires react/http (^1.6.0)
react/http v1.11.0 requires psr/http-message (^1.0)
I am having a conflict where most other modules have:
15 ipsr/http-message (^1.0 || ^2.0)
Active
1.0
Code
I think you are having an issue with the web3php lib itself.
This module does not require anything else than drupal/key
(see composer.json)