php-ovh-sms
php-ovh-sms copied to clipboard
Update lib and dependencies
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.
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 :
composer require francoisburdy/php-ovh-sms:dev-master
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.
Any updates on this issue?