Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 12 compatibility #136

Open
mihob opened this issue Mar 3, 2025 · 1 comment
Open

Laravel 12 compatibility #136

mihob opened this issue Mar 3, 2025 · 1 comment

Comments

@mihob
Copy link

mihob commented Mar 3, 2025

The plugin is not compatible with laravel 12.

Problem 1
    - illuminate/contracts[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.3.8) does not satisfy that requirement.
    - Root composer.json requires z3d0x/filament-logger ^0.7.1 -> satisfiable by z3d0x/filament-logger[v0.7.1, v0.7.2, v0.7.3].
    - Conclusion: don't install laravel/framework v12.0.1 (conflict analysis result)
    - z3d0x/filament-logger[v0.7.1, ..., v0.7.3] require illuminate/contracts ^8.0 | ^9.0 | ^10.0 | ^11.0 -> satisfiable by illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0-beta.1, ..., v9.52.16, v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0].
    - Only one of these can be installed: illuminate/contracts[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.20.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0-beta.1, ..., v9.52.16, v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. laravel/framework replaces illuminate/contracts and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^12.0 -> satisfiable by laravel/framework[v12.0.0, v12.0.1].

Is it possible to update the dependencies?

@hamrak
Copy link
Contributor

hamrak commented Mar 10, 2025

#135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants