Fenguoz/tron-php

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

yeshili opened this issue · 6 comments

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

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

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

Currently supports php8+

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

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