InvalidArgumentException

July 14, 2021 . 1 MIN READ

[InvalidArgumentException]   Could not find a version of package scraperapi/sdk matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired st   ability

https://stackoverflow.com/questions/41149552/composer-packagist-could-not-find-package-for-minimum-stability/41149676

https://stackoverflow.com/questions/58171661/getting-could-not-find-a-version-of-package-in-composer-inspite-of-having-t

 

If you want to be able to install dev packages you can change your composer config for that project:

composer config minimum-stability devcomposer config prefer-stable true

 

 

composer require scraperapi/sdk

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *