crater
crater copied to clipboard
Fresh Installation on PHP 8.0.11 fzaninotto/faker issue
Describe the bug Fresh install using laravel forge and php 8.0.11. Getting an error:
Problem 1
- fzaninotto/faker[v1.9.1, ..., v1.9.2.x-dev] require php ^5.3.3 || ^7.0 -> your php version (8.0.11) does not satisfy that requirement.
Expected behavior App was supposed to deploy without error.
Screenshots If applicable, add screenshots to help explain your problem.
Please complete the following information:
- Crater version: 5.0.4
- PHP version: 8.0.11
- Database type and version: mysql 8
Optional info
- OS: Ubuntu
- Browser: N/A
Solution I made fork of the repository and updated the composer to user: "fakerphp/faker": "^1.9.1",
As a temporary workaround I've added --ignore-platform-reqs
to composer install
.