generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I tried installing coolsam/modules:^4 in a Laravel project using filament/filament:^4.0, but it failed due to version constraint conflict. The package still requires filament/filament:^3.0.
How to reproduce the bug
Create a new Laravel 12 project
composer require filament/filament:"^4.0"
Run:
composer require coolsam/modules:^4
Composer throws a dependency conflict error related to filament/filament
Package Version
4.0.04.0.0
PHP Version
8.4.0
Laravel Version
12
Which operating systems does with happen with?
macOS, Windows, Linux
Notes
The error returned by Composer is:
Problem 1
- Root composer.json requires coolsam/modules 4 -> satisfiable by coolsam/modules[v4.0.0].
- coolsam/modules v4.0.0 requires filament/filament ^3.0 -> found filament/filament[v3.0.0-beta1, ..., v3.3.21] but it conflicts with your root composer.json require (^4.0).
It would be great if this package could support Filament v4 or if a new release compatible with v4 could be planned. Thank you for your work!
makroxyz and iztok
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working