Skip to content
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

Open
akyoscommunication opened this issue Jan 28, 2021 · 5 comments
Open

Update lib and dependencies #35

akyoscommunication opened this issue Jan 28, 2021 · 5 comments

Comments

@akyoscommunication
Copy link

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.

@francoisburdy
Copy link

Same need here, in my case php-ovh-sms's guzzle6 requirement is the limiting factor from cascade-updating many packages of my project.

@d-damien
Copy link

d-damien commented Nov 8, 2021

In the meantime, this fork seems to work :
composer require francoisburdy/php-ovh-sms:dev-master

@mario-donnarumma
Copy link

Laravel 8 and above requires Guzzle 7

All is needed is to bump php-ovh to v3.0.0

@nxmndr
Copy link

nxmndr commented Sep 2, 2022

This thing is broken everywhere. Now I have some

GuzzleHttp\Exception\ClientException: Client error:
`POST https://eu.api.ovh.com/1.0/sms/sms-mg249049-2jobs` resulted in a `405 Method Not Allowed`

For a code that worked without problems for months before that.

@davide-acanfora
Copy link

Any updates on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants