furqansiddiqui / erc20-php

Interact with Ethereum ERC20 Tokens
MIT License
163 stars 96 forks source link

Composer can not be installed. #5

Closed anyluck closed 6 years ago

anyluck commented 6 years ago

Using version ^0.1.1 for furqansiddiqui/erc20-php ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content.

furqansiddiqui commented 6 years ago

I will look into it shortly

furqansiddiqui commented 6 years ago

There are two solutions to this problem:

  1. quick and local fix: adding "minimum-stability": "dev" in your composer.json file will resolve that.

  2. However for more permanent fix, I have changed composer.json dependency from dev-master to >=0.1.1 for ethereum-rpc package

Try to install 0.1.2 package of erc20-php now.

let me know if still any problem

azhahesan-maze commented 4 years ago

where I find that 0.1.2 package of erc20-php