Closed bpolaszek closed 8 years ago
Hello,
Thank you for your PR.
Is it possible to use Composer to get the bundle without your PR merged (force your composer.json) or should I use a custom Composer repository after cloning this project ?
Sorry for the long delay.
Can you fix the Travis config to make it green @bpolaszek? You just need to change the minimum PHP version. Same for composer.json.
Sure.
Thank you @bpolaszek
Thank you both
Hello,
I wanted to plug this bundle to an existing Symfony 2.8 project using Guzzle 6+. Unfortunately the OVH SDK v1 was using Guzzle 3+.
I upgraded to OVH SDK v2, which also uses Guzzle 6+. I also updated composer.json to allow Symfony 3 projects to use this bundle.
NB: This may lead to hard BC breaks, since I never used the OVH v1 and don't know the consequences. However, sending a SMS was a piece of cake, since I followed the original example in the README.md. If you merge this PR, moving to a new major version is recommended.
Have a nice day, Ben