php-ovh-sms icon indicating copy to clipboard operation
php-ovh-sms copied to clipboard

Update lib and dependencies

Open akyoscommunication opened this issue 4 years ago • 5 comments

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.

akyoscommunication avatar Jan 28 '21 13:01 akyoscommunication

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

francoisburdy avatar Feb 13 '21 16:02 francoisburdy

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

d-damien avatar Nov 08 '21 23:11 d-damien

Laravel 8 and above requires Guzzle 7

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

mario-donnarumma avatar Jan 19 '22 09:01 mario-donnarumma

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.

nxmndr avatar Sep 02 '22 13:09 nxmndr

Any updates on this issue?

davide-acanfora avatar Sep 26 '23 09:09 davide-acanfora