Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 11 upgrade blocked by laravel-pivot-events dependency #461

Closed
mscott83 opened this issue Mar 14, 2024 · 1 comment
Closed

Laravel 11 upgrade blocked by laravel-pivot-events dependency #461

mscott83 opened this issue Mar 14, 2024 · 1 comment
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@mscott83
Copy link

Describe the bug
Upgrading to Laravel 11 is not possible, due to conflicting dependencies

Stack Trace
Composer output:

Problem 1
- genealabs/laravel-model-caching is locked to version 11.0.0 and an update of this package was not requested.
- Only one of these can be installed: laravel/framework[v11.0.0, ..., v11.0.6], illuminate/support[v10.17.0, ..., v10.48.2]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- genealabs/laravel-pivot-events 10.0.1 requires illuminate/support ^8.0|^9.0|^10.0 -> satisfiable by illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.2].
- laravel/framework v11.0.0 conflicts with mockery/mockery >=1.6.8.
- genealabs/laravel-model-caching 11.0.0 requires genealabs/laravel-pivot-events ^10.0 -> satisfiable by genealabs/laravel-pivot-events[10.0.1].
- mockery/mockery is locked to version 1.6.9 and an update of this package was not requested.
- Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.0, ..., v11.0.6].

Environment

  • PHP: 8.2
  • OS: n/a
  • Laravel: 10 -> 11
  • Model Caching: 11.0

Additional context
As above, due to laravel-pivot-events dependency on illuminate/support, Laravel 11 cannot be installed.

@mikebronner mikebronner self-assigned this Mar 14, 2024
@mikebronner mikebronner added the dependencies Pull requests that update a dependency file label Mar 14, 2024
@mikebronner
Copy link
Owner

this should now be fixed in release 11.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants