Laravel 11 support
nanorocks opened this issue · 1 comments
Do you have any idea how can I resolve this? I believe is related to: THIS
Problem 1
- lucasdotvin/laravel-soulbscription[1.0.0, ..., 1.3.0, 2.0.0, ..., 2.0.1] require illuminate/contracts ^8.73 -> found illuminate/contracts[v8.73.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- lucasdotvin/laravel-soulbscription 2.1.0 requires illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0-beta.1, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- lucasdotvin/laravel-soulbscription[2.2.0, ..., 2.6, 3.0.0, ..., 3.0.1] require illuminate/contracts ^8.0|^9.0 -> found illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0-beta.1, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- lucasdotvin/laravel-soulbscription[4.0.0, ..., 4.1.0] require illuminate/contracts ^8.0|^9.0|^10.0 -> found illuminate/contracts[v8.0.0, ..., v8.83.27, v9.0.0-beta.1, ..., v9.52.16, v10.0.0, ..., v10.48.3] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires lucasdotvin/laravel-soulbscription * -> satisfiable by lucasdotvin/laravel-soulbscription[1.0.0, ..., 1.3.0, 2.0.0, ..., 2.6, 3.0.0, 3.0.1, 4.0.0, 4.1.0].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require lucasdotvin/laravel-soulbscription:*" to figure out if any version is installable, or "composer require lucasdotvin/laravel-soulbscription:^2.1" if you know which you need.
Hi! We had a release yesterday that covers Laravel 11 support! 👋