-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Missing dependency: nexmo-notification-channel #26818
Comments
I'm able to update so I think you might need to add the |
@driesvints - Same result. |
[Composer\DependencyResolver\SolverProblemsException] Potential causes:
Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems. |
Though to be fair, this might be more of a composer / packagist issue since I can do this: composer search laravel/nexmo-notification-channel and I get laravel/nexmo-notification-channel Nexmo Notification Channel for laravel. |
Yeah I think we're missing something here. The package can be found on packagist: https://packagist.org/packages/laravel/nexmo-notification-channel#v1.0.1 |
I can see it on packagist. If I try to require it without a version, I get:
If I specify a version, I get:
That's all the hints I can give from where I'm sitting. Unfortunately, I don't maintain any composer packages so I'm not sure what a composer or packagist problem looks like. |
You're not requiring the packages yourself right? They come installed with 5.7 In the future 5.8 version you'll have to require them manually |
No. I'm not. I attempted to, just to see if that would work and let me get past the dependency, but it failed. |
Tried removing the vendor directory & deleting the composer.lock file and do a composer install? |
OK. That did it. Thank you. |
Description:
When running composer update, I get the following error:
I'm guessing this has something to do with it: #26689
Steps To Reproduce:
composer update
The text was updated successfully, but these errors were encountered: