-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update lib and dependencies #35
Comments
Same need here, in my case php-ovh-sms's guzzle6 requirement is the limiting factor from cascade-updating many packages of my project. |
In the meantime, this fork seems to work : |
Laravel 8 and above requires Guzzle 7 All is needed is to bump php-ovh to v3.0.0 |
This thing is broken everywhere. Now I have some
For a code that worked without problems for months before that. |
Any updates on this issue? |
Last ovh/php-ovh-sms requires ovh/ovh 2.0.1 that requires guzzle 6.0 that is not compatible with php 7.4.... Please update dependencies:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- ovh/php-ovh-sms dev-master requires ovh/ovh ~2.0.1 -> satisfiable by ovh/ovh[v2.0.1].
- Installation request for ovh/php-ovh-sms dev-master -> satisfiable by ovh/php-ovh-sms[dev-master].
- Conclusion: remove guzzlehttp/guzzle 7.2.0
- Conclusion: don't install guzzlehttp/guzzle 7.2.0
- ovh/ovh v2.0.1 requires guzzlehttp/guzzle ^6.0 -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5].
- Can only install one of: guzzlehttp/guzzle[7.2.0].
- Conclusion: don't install ovh/ovh 2.0.1
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered: