-
Hi, I recently tried to upgrade my laravel to v11 but I get this error using your package now :
I don't have the Do you think it is linked to my problem? |
Beta Was this translation helpful? Give feedback.
Answered by
RVxLab
Mar 18, 2024
Replies: 1 comment 1 reply
-
Hi, the issue here was that I never actually tagged a release with Laravel 11 support. 😅 5.2 is now tagged and you should be able to upgrade using it. You don’t need to have illuminate/support in your composer.json since it’s installed with Laravel. Cheers! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cstisa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the issue here was that I never actually tagged a release with Laravel 11 support. 😅
5.2 is now tagged and you should be able to upgrade using it. You don’t need to have illuminate/support in your composer.json since it’s installed with Laravel.
Cheers!