web3p / web3.php

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

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

Open b1shop opened 6 years ago

b1shop commented 6 years ago

I did install by manual, but on command "composer require sc0vu/web3.php dev-master", I got this error

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

Problem 1

What can be wrong? And how can I install web3.php lib?

sc0Vu commented 6 years ago

You might need to set minimum-stability to dev version because I hadn't release yet.

mavrickdeveloper commented 6 years ago

had the same issue and ran composer require sc0vu/web3.php --dev no success