You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the package in a new project, with Laravel 12, I get the following error
composer require laravelcm/laravel-subscriptions:*
./composer.json has been updated
Running composer update laravelcm/laravel-subscriptions
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires laravelcm/laravel-subscriptions * -> satisfiable by laravelcm/laravel-subscriptions[v1.0, ..., v1.4.1].
- laravelcm/laravel-subscriptions[v1.0, ..., v1.2.2] require illuminate/console ^9.0|^10.0 -> found illuminate/console[v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.28] but these were not loaded, likely because it conflicts with another require.
- laravelcm/laravel-subscriptions v1.3 requires illuminate/console ^9.52|^10.0|^11.0 -> found illuminate/console[v9.52.0, ..., v9.52.16, v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.1] but these were not loaded, likely because it conflicts with another require.
- laravelcm/laravel-subscriptions[v1.3.1, ..., v1.4.1] require illuminate/console ^10.0|^11.0 -> found illuminate/console[v10.0.0, ..., v10.48.28, v11.0.0, ..., v11.44.1] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Is the package upgrade to Laravel 12 planned, or should I start my project with Laravel 11, and try to upgrade to 12 once the package is installed?
I have seen that there is a pull request on this topic in the repository, but it has not yet been accepted.
When trying to install the package in a new project, with Laravel 12, I get the following error
Is the package upgrade to Laravel 12 planned, or should I start my project with Laravel 11, and try to upgrade to 12 once the package is installed?
I have seen that there is a pull request on this topic in the repository, but it has not yet been accepted.
https://github.com/laravelcm/laravel-subscriptions/pulls
Thank you very much
The text was updated successfully, but these errors were encountered: