Open yeshili opened 2 years ago
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