Answers for "your requirements could not be resolved to an installable set of packages. update and that version does not match. make sure you list it as an argument for the update command."

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 requirements could not be resolved to an installable set of packages. update and that version does not match. make sure you list it as an argument for the update command."

Browse Popular Code Answers by Language