I'm in the process of upgrading one of my projects to Laravel 11 but I'm getting stuck on this package.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires graham-campbell/markdown v15.1.0 -> satisfiable by graham-campbell/markdown[v15.1.0].
- graham-campbell/markdown v15.1.0 requires illuminate/view ^8.75 || ^9.0 || ^10.0 -> satisfiable by illuminate/view[v8.75.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.2].
- Only one of these can be installed: illuminate/view[v8.75.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.2, v11.0.0, v11.0.1, v11.0.2, v11.0.3], laravel/framework[v11.0.0]. laravel/framework replaces illuminate/view and thus cannot coexist with it.
- Root composer.json requires laravel/framework 11.0 -> satisfiable by laravel/framework[v11.0.0].
I'm in the process of upgrading one of my projects to Laravel 11 but I'm getting stuck on this package.