codenix-sv / coingecko-api

CoinGecko PHP API client for coingecko.com (V3)
MIT License
132 stars 58 forks source link

[InvalidArgumentException] laravel 5.x #7

Open HdiaSaad opened 3 years ago

HdiaSaad commented 3 years ago

erreur : [InvalidArgumentException] Package codenix-sv/coingecko-api has a PHP requirement incompatible with your PHP version, PHP extensions and Compo ser version

command : composer require codenix-sv/coingecko-api

yonijws commented 3 years ago

You can skip the version check and install with composer by adding --ignore-platform-reqs

command: composer require codenix-sv/coingecko-api --ignore-platform-reqs