Rareloop / hatchet

Lumberjack CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solution for support PHP 8 ?

arnaudbagnis opened this issue · comments

Hello I love this package and I had a problem when switching to version 8. Do you have a solution to add support?

Problem 1
    - rareloop/hatchet v1.1.0 requires php ^7.1.3 -> your php version (8.0.24) does not satisfy that requirement.
    - rareloop/hatchet v1.1.1 requires symfony/console ^4.1 -> found symfony/console[v4.1.0-BETA1, ..., 4.4.x-dev] but the package is fixed to v5.4.15 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - Root composer.json requires rareloop/hatchet ^1.1 -> satisfiable by rareloop/hatchet[v1.1.0, v1.1.1].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require rareloop/hatchet:*" to figure out if any version is installable, or "composer require rareloop/hatchet:^2.1" if you know which you need.