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.
Comments
Comment #3
matthieuscarset commentedThank 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.
Comment #4
matthieuscarset commentedMarked as fixed. Feel free to reopen it if you found a bug again.
Comment #5
matthieuscarset commented