How can I resolve “Your requirements could not be resolved to an installable set of packages” error?

Run this command:

composer install –ignore-platform-reqs

or

composer update –ignore-platform-reqs

Leave a Comment