filament-workflow-manager icon indicating copy to clipboard operation
filament-workflow-manager copied to clipboard

Any plan for supporting Laravel 10?

Open threecolors-lab opened this issue 3 months ago • 0 comments

I install on Filament 3 but get error:

Your requirements could not be resolved to an installable set of packages.

Problem 1 - Root composer.json requires heloufir/filament-workflow-manager * -> satisfiable by heloufir/filament-workflow-manager[1.0, ..., 1.1.11]. - heloufir/filament-workflow-manager[1.0, ..., 1.1.11] require filament/filament ^2.13 -> found filament/filament[v2.13.0, ..., v2.17.55] but it conflicts with your root composer.json require (^3.2).

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 heloufir/filament-workflow-manager:*" to figure out if any version is installable, or "composer require heloufir/filament-workflow-manager:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

threecolors-lab avatar Mar 29 '24 16:03 threecolors-lab