php version 8.0 ?

Laraship QuestionsCategory: Technicalphp version 8.0 ?
Trevor Clarke asked 2 years ago
I've create a digitalocean vm and it installs php as version 8.0, is laraship meant to be able to install in this situation or do I need to switch the vm to php version to 7.4 ? while PHP 8 > composer install Your requirements could not be resolved to an installable set of packages. Problem 1
- fzaninotto/faker[v1.9.1, ..., v1.9.2] require php ^5.3.3 || ^7.0 -> your php version (8.0.15) does not satisfy that requirement.
- fakerphp/faker[v1.9.1, ..., v1.9.2] require php ^5.3.3 || ^7.0 -> your php version (8.0.15) does not satisfy that requirement.
- Root composer.json requires fzaninotto/faker ^1.9.1 -> satisfiable by fzaninotto/faker[v1.9.1, v1.9.2], fakerphp/faker[v1.9.1, ..., v1.17.0].