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
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.
The text was updated successfully, but these errors were encountered:
Hello I love this package and I had a problem when switching to version 8. Do you have a solution to add support?
The text was updated successfully, but these errors were encountered: