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
Problem 1
- laravel/horizon is locked to version v5.7.17 and an update of this package was not requested.
- laravel/horizon v5.7.17 requires ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension.
Problem 2
- fzaninotto/faker is locked to version v1.9.2 and an update of this package was not requested.
- fzaninotto/faker v1.9.2 requires php ^5.3.3 || ^7.0 -> your php version (8.1.1) does not satisfy that requirement.
faker is unsupported and abandoned according to the author. probably shouldn't use it in modern software?
deleting all the faker stuff out of composer.lock allows the composer update to run (after install pcntl PHP module), however there is another warning about using abandoned software that should be fixed.
"Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead."
The text was updated successfully, but these errors were encountered:
Some time passed since this issue was shared but now I am facing the issue other way around. I tried to install Pixelfed on a Debian Stable server and since the latest PHP version there is 7.4 and current Pixelfed build in dev branch depends on packages which don't like anything older than 8.1, it won't be possible to install on Debian Stable. But according to documentation 7.3 should work.
Problem 1
- laravel/horizon is locked to version v5.7.17 and an update of this package was not requested.
- laravel/horizon v5.7.17 requires ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension.
Problem 2
- fzaninotto/faker is locked to version v1.9.2 and an update of this package was not requested.
- fzaninotto/faker v1.9.2 requires php ^5.3.3 || ^7.0 -> your php version (8.1.1) does not satisfy that requirement.
faker is unsupported and abandoned according to the author. probably shouldn't use it in modern software?
deleting all the faker stuff out of composer.lock allows the composer update to run (after install pcntl PHP module), however there is another warning about using abandoned software that should be fixed.
"Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead."
The text was updated successfully, but these errors were encountered: