Skip to content

[Bug]: v4.0.0 not compatible with Filament v4 #129

@Mohammed-800

Description

@Mohammed-800

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions