Published
- 1 min read
Your lock file does not contain a compatible set of packages. Please run composer update
The solution for this is noted below
Your lock file does not contain a compatible set of packages. Please run composer update
Solution
composer install --ignore-platform-reqs
composer update --ignore-platform-reqs
Try other methods by searching on the site. That is if this doesn’t work