Problem/Motivation

I tried installing the module using composer but it didn't work as I was using PHP 8.1. I noticed that project has marked a dependency on https://github.com/sc0Vu/web3.php which is a forked repository and not the original updated repository https://github.com/web3p/web3.php.

Steps to reproduce

Install module through composer while using PHP 8 or greater.

Proposed resolution

Modify composer.json to use correct dependency. We should register a project on packagist if it doesn't exist.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

gaurav.kapoor created an issue. See original summary.

matthieuscarset’s picture

Status: Active » Needs review

Thank you for testing the module @gaurav.kapoor

Composer.json is updated as of this commit.

Install should work correctly now.

The example project is updated too here. I've just run a fresh install and it was working all OK.

matthieuscarset’s picture

Status: Needs review » Fixed

Marked as fixed. Feel free to reopen it if you found a bug again.

matthieuscarset’s picture

Status: Fixed » Closed (fixed)