php8.0版本,无法下载安装
yeshili opened this issue · 6 comments
yeshili commented
Fenguoz commented
composer require fenguoz/tron-php --ignore-platform-reqs
yeshili commented
没用,安装不上,你可以试一下,反正安装了这个,就会影响后面安装很多应用
aliqasemzadeh commented
@Fenguoz This not work for me.
I am php 8.2 user how can I make this package usable?
Fenguoz commented
Currently supports php8+
aliqasemzadeh commented
Some packages updated and in composer.json we have locked versions then we need to update all of these versions.
Fenguoz commented
Delete vendor and composer.lock.
then terminal:
composer clearcache && composer install