Thiktak / filament-nested-builder-form

Plugin for FilamentPHP - NestedBuilder Form Component
MIT License
20 stars 10 forks source link

[Bug]: Installation conflicts error #13

Open betsincom opened 1 month ago

betsincom commented 1 month ago

What happened?

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

How to reproduce the bug

  Problem 1
    - Root composer.json requires thiktak/filament-nested-builder-form * -> satisfiable by thiktak/filament-nested-builder-form[v1.0.0, v1.0.1].
    - thiktak/filament-nested-builder-form[v1.0.0, ..., v1.0.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., v10.48.16] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require thiktak/filament-nested-builder-form:*" to figure out if any version is installable, or "composer require thiktak/filament-nested-builder-form:^2.1" if you know which you need.

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

Package Version

1.0.1

PHP Version

8.2

Laravel Version

11.16.0

Which operating systems does with happen with?

macOS

Notes

No response