web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.16k stars 543 forks source link

Unable to install the package using composer with php version 8.0.10 #263

Closed threej-in closed 2 years ago

threej-in commented 2 years ago

Error thrown by composer

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires web3p/web3.php dev-master -> satisfiable by web3p/web3.php[dev-master].
  • web3p/web3.php dev-master requires php ^7.1 -> your php version (8.0.10) does not satisfy that requirement.
sc0Vu commented 2 years ago

@threej-in Hi, I've updated and released a new version, please try.

threej-in commented 2 years ago

It's now working perfectly, thank you.

gustavuz commented 1 year ago

Hi!

Trying to install it with composer and got this error...

- web3p/web3.php dev-master requires php ^7.2|^8.0 -> your php version (7.1.33) does not satisfy that requirement.

I'm running an and old and giant platform with php 7.1.33 update php will be a nightmare....

Any suggestion? @sc0Vu @threej-in

Thanks!