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].
The plugin is not compatible with laravel 12.
Is it possible to update the dependencies?