njxqlus / filament-relation-manager-component

Use Filament Relation Manager Everywhere!
MIT License
18 stars 2 forks source link

[Bug]: Installation error Laravel 11.8.0 #13

Closed mahfoudfx closed 3 months ago

mahfoudfx commented 3 months ago

What happened?

Installation error message due to illuminate/contracts version. Here is the error log:

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

Problem 1

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

How to reproduce the bug

Just install as described in the documentation

composer require njxqlus/filament-relation-manager-component

Package Version

1.0.1

PHP Version

8.3.7

Laravel Version

11.8.0

Filament Version

3.2.82

Notes

No response

njxqlus commented 3 months ago

Fixed in 1.0.2

mahfoudfx commented 3 months ago

Installation and Plugin are working like a charm, many thanks!