Answers for "your requierements could not be resolved to an installable set of package"

PHP
19

Your requirements could not be resolved to an installable set of packages.

composer install --ignore-platform-reqs
Posted by: Guest on December-03-2019
-1

Your requirements could not be resolved to an installable set of packages.

//change in file php.ini
//find word curl remove " ; " before extension
// find another word fileinfo and remove " ; " before extenion and 
// save it 
// run command again
// all set
Posted by: Guest on February-08-2022

Code answers related to "your requierements could not be resolved to an installable set of package"

Browse Popular Code Answers by Language