cms-multi / filament-clear-cache

Easily clear your Laravel cache from within Filament admin
MIT License
43 stars 5 forks source link

composer error #5

Closed githubenrico closed 1 year ago

githubenrico commented 1 year ago

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

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

howdu commented 1 year ago

Are you explicitly requiring version 1.12.1 of spatie/laravel-package-tools somewhere?

Try again after deleting your composer.lock file. But I'm not able to reproduce this with the latest Filament.

Also to be sure please check if it works with a clean install of Filament.