You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install version 2.0 or 2.1 using PHP we run into errors:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- fzaninotto/faker[v1.7.0, ..., v1.9.2] require php ^5.3.3 || ^7.0 -> your php version (8.1.8) does not satisfy that requirement.
- rootstudio/base-php-helpers v2.1.0 requires fzaninotto/faker ^1.7 -> satisfiable by fzaninotto/faker[v1.7.0, ..., v1.9.2].
- Root composer.json requires rootstudio/base-php-helpers ^2.1 -> satisfiable by rootstudio/base-php-helpers[v2.1.0].
This is currently stopping deployments of legacy sites running PHP 8.
The text was updated successfully, but these errors were encountered:
When trying to install version 2.0 or 2.1 using PHP we run into errors:
This is currently stopping deployments of legacy sites running PHP 8.
The text was updated successfully, but these errors were encountered: