How to Use Composer's ignore-platform-reqs Flag in PhpStorm?
The other day, I encountered an issue while trying to use Composer with PhpStorm in my local environment. Every time I would try to install or update packages, I would get an error message of the following format:
The requested PHP extension xxx is missing from your system. This issue was happening because my local …