Skip to content

Documentation should state that an old version of PHP is required. Also, required php modules section is missing pcntl #81

@arduent

Description

@arduent

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."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions