console-log icon indicating copy to clipboard operation
console-log copied to clipboard

Livewire 3 compatibility

Open allgood opened this issue 2 years ago • 0 comments

when using Livewire 3 and requesting this component to composer, it answers with the following error:

  Problem 1
    - leanadmin/console-log[dev-master, v0.1.0, ..., v0.1.4] require livewire/livewire ^2.3 -> found livewire/livewire[v2.3.0, ..., 2.x-dev] but it conflicts with your root composer.json require (^3.0).
    - Root composer.json requires leanadmin/console-log * -> satisfiable by leanadmin/console-log[dev-master, v0.1.0, ..., v0.1.4, 9999999-dev].

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

allgood avatar Oct 20 '23 19:10 allgood