[Solved] Composer detected issues in your platform your composer dependencies require a PHP version in Laravel
Usually, this error comes from using an old PHP version on a live server Or a version of PHP that your project dependencies are not supporting. To solve this, you should upgrade the version of PHP on the live server and check it. So let’s see how to do it Step 1: Login to your … Read more