tron-api icon indicating copy to clipboard operation
tron-api copied to clipboard

When I run this : composer require iexbase/tron-api , I get this error - 'Package iexbase/tron-api has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version'. I'm using php8

Open alexandr-vasiliev-sv opened this issue 4 years ago • 2 comments

alexandr-vasiliev-sv avatar Jun 06 '21 12:06 alexandr-vasiliev-sv

Just add --ignore-platform-reqs . For example: composer require iexbase/tron-api --ignore-platform-reqs

https://magento.stackexchange.com/questions/207318/php-requirement-incompatible-with-your-php-version-composer-module-installatio

LuisLACT10 avatar Jun 09 '21 01:06 LuisLACT10

Thank you so much it's work

heyanzarkhan avatar Aug 26 '21 13:08 heyanzarkhan