Problem 1
- Root composer.json requires filament/minimal-theme ^3.1 -> satisfiable by filament/minimal-theme[3.1.0, 3.1.1, 3.1.2, 3.2.0].
- Root composer.json requires laravel/framework ^12.0 -> satisfiable by laravel/framework[v12.0.0, v12.0.1].
- filament/minimal-theme[3.1.0, ..., 3.1.1] require illuminate/support ^10.0|^11.0 -> satisfiable by illuminate/support[v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0].
- Conclusion: don't install laravel/framework v12.0.1 (conflict analysis result)
- Conclusion: don't install filament/minimal-theme 3.2.0 (conflict analysis result)
- Only one of these can be installed: illuminate/support[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., 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/support and thus cannot coexist with it.
- Only one of these can be installed: spatie/once[3.1.0, 3.1.1], illuminate/support[v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. [illuminate/support, laravel/framework] replace spatie/once and thus cannot coexist with it.
Problem 1
- Root composer.json requires filament/minimal-theme ^3.1 -> satisfiable by filament/minimal-theme[3.1.0, 3.1.1, 3.1.2, 3.2.0].
- Root composer.json requires laravel/framework ^12.0 -> satisfiable by laravel/framework[v12.0.0, v12.0.1].
- filament/minimal-theme[3.1.0, ..., 3.1.1] require illuminate/support ^10.0|^11.0 -> satisfiable by illuminate/support[v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.0].
- Conclusion: don't install laravel/framework v12.0.1 (conflict analysis result)
- Conclusion: don't install filament/minimal-theme 3.2.0 (conflict analysis result)
- Only one of these can be installed: illuminate/support[v5.1.1, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., 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/support and thus cannot coexist with it.
- Only one of these can be installed: spatie/once[3.1.0, 3.1.1], illuminate/support[v11.0.0, ..., v11.44.0, v12.0.0, v12.0.1], laravel/framework[v12.0.0, v12.0.1]. [illuminate/support, laravel/framework] replace spatie/once and thus cannot coexist with it.
The theme seems to have a require for illuminate/support 10|11, but Laravel 12 uses v12 of it;