-
I'm getting this response on the very first step of trying to upgrade to L9. "Updating dependencies Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions." This is my composer.json: { How can I resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
The interesting line is this one:
That means nexmo/laravel needs laravel till 8. One Solution is updating nexmo/laravel to latest version, as I can see 3.0 |
Beta Was this translation helpful? Give feedback.
-
"spatie/laravel-permission": "^5.3", spatie version at list "spatie/laravel-permission": "^5.7" for laravel 9 |
Beta Was this translation helpful? Give feedback.
The interesting line is this one:
That means nexmo/laravel needs laravel till 8. One Solution is updating nexmo/laravel to latest version, as I can see 3.0
But in the nexmo/laravel repo there is an Open Issue with Title. "Support Laravel 9 #73"
It seams that nexmo/laravel is not supporting Laravel 9 at the moment. Do you need it?