PHP Version issue in Laravel 8 - Solution
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
Just replace these lines in composer.json
"require": {
"php": "^7.3|^8.0",
.....
},
==== OR ===
You may also try below command
- composer update --ignore-platform-reqs