BlockIo / block_io-php

PHP library for Block.io
MIT License
56 stars 139 forks source link

COMPOSER : block_io-php/block_io-php require bitwasp/bitcoin dev-minimal #44

Closed StudiosKelemy closed 3 years ago

StudiosKelemy commented 3 years ago

Hi, There is a problemen when installing this package with composer : COMPOSER : block_io-php/block_io-php require bitwasp/bitcoin dev-minimal

any issue for this. Thanks

doersf commented 3 years ago

See https://github.com/BlockIo/block_io-php/blob/master/README.md.

{
    "require":{
    "block_io-php/block_io-php": "2.0.2",
    "bitwasp/bitcoin": "dev-minimal"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/doersf/bitcoin-php.git"
        }
    ]
}