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

web3p/web3.php dev-master requires phpseclib/phpseclib ~2.0.30 #285

Open Hou-phper opened 2 years ago

Hou-phper commented 2 years ago

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

DmitriyVarvar commented 2 years ago

Just change the composer.json version on the "phpseclib/phpseclib": "~2.0.30"

And use command: composer require web3p/web3.php dev-master -W

ygcool commented 1 year ago

Have you solved this problem?

HaoDuong125 commented 1 month ago

.