ovh / php-ovh-sms

PHP for ovh sms API
Other
49 stars 49 forks source link

Update lib and dependencies #35

Open akyoscommunication opened 3 years ago

akyoscommunication commented 3 years ago

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

Installation failed, reverting ./composer.json to its original content.

francoisburdy commented 3 years ago

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 commented 2 years ago

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

mario-donnarumma commented 2 years ago

Laravel 8 and above requires Guzzle 7

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

nxmndr commented 2 years ago

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 commented 11 months ago

Any updates on this issue?