Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.3.0"

Solution: 1. add this line in config object of composer.json file "platform-check": false
2. open Terminal and run php artisan config:cache
3. then run composer dump-autoload
## Refererence from : stackorverflow.com

Popular posts from this blog

SAP CPI - Loop Process Call with SuccessFactor (oData V2)

Setting IntelliJ IDEA to run Groovy Script

C# - BASE64 to Image