Fenguoz / tron-php

Support TRON's TRX and TRC20, which include functions such as address creation, balance query, transaction transfer, query the latest blockchain, query information based on the blockchain, and query information based on the transaction hash
MIT License
200 stars 72 forks source link

php8.0版本,无法下载安装 #37

Open yeshili opened 2 years ago

yeshili commented 2 years ago

image

Fenguoz commented 2 years ago

composer require fenguoz/tron-php --ignore-platform-reqs

yeshili commented 2 years ago

没用,安装不上,你可以试一下,反正安装了这个,就会影响后面安装很多应用

aliqasemzadeh commented 1 year ago

@Fenguoz This not work for me. I am php 8.2 user how can I make this package usable?

Fenguoz commented 1 year ago

Currently supports php8+

aliqasemzadeh commented 1 year ago

Some packages updated and in composer.json we have locked versions then we need to update all of these versions.

Fenguoz commented 1 year ago

Delete vendor and composer.lock. then terminal: composer clearcache && composer install