Skip to content
Discussion options

You must be logged in to vote

From the error output you posted:

- werxe/laravel-collection-macros[v6.0.0, ..., 6.x-dev] require illuminate/support ^8.0 

You need to update this third-party dependency, which in the version you manually required in your composer.json does not work with Laravel 9 packages.

The upgrade guide suggests that:

Finally, examine any other third-party packages consumed by your application and verify you are using the proper version for Laravel 9 support.

reference: https://laravel.com/docs/9.x/upgrade#updating-dependencies

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DubStepMad
Comment options

@rodrigopedra
Comment options

Answer selected by DubStepMad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants