bitpay / php-bitpay-light-client

Light version of the PHP library for the new cryptographically secure BitPay API
MIT License
18 stars 23 forks source link

Composer ext-json dependency is breaking php 7.4 package install #4

Closed decrypted closed 4 years ago

decrypted commented 4 years ago

Hi,

as of https://github.com/bitpay/php-bitpay-light-client/blob/master/composer.json#L17

Problem 1

breaks the install.

Is that intentional? Some digging suggests to require ext with "*" seems the way to go.

Thx

decrypted commented 4 years ago

Temp workaround: --ignore-platform-reqs #herebedragons

anbugal commented 4 years ago

Hi @decrypted This is fixed in the last version 1.1.2001

Thanks for your contribution.