sugarcrm7-api-wrapper-class
sugarcrm7-api-wrapper-class copied to clipboard
Unable to install Sugar7Wrapper using Composer
Hi, I am using Guzzle v3.9 but not able to install Sugar7Wrapper; instead, I am getting this error:
spinegar/sugar7wrapper dev-master requires guzzle/guzzle v3.8.1 -> no matching package found.
I am using more stable version than Guzzle v3.8.1 but I guess its only enabling us to install Sugar7Wrapper if we implicitly have v3.8.1 of Guzzle. Please make it work with Guzzle v3.9 also. Thanks!
Rahul,
I will take a closer look at this in the next few days. However, sometime in the next 30 days I will be updating this rest client to require the latest stable version of Guzzle (currently 5.1.0) which will cause the same problem on your end.
Hello.
Any (new) time frame for updating the wrapper to a newer Guzzle?
@thomasez @spinegar I would love to see the wrapper updated to use newer Guzzle
Well, I just started on it myself. I have connect and GET working with Guzzle 6 now. Pushed the code to my fork. Will send a PR when I have the rest of it done. (in a day or two.)
Feel free to look at the form / commit. It will probably change a bit before a PR is sent. This is basically a heard up to avoid double work.
And now I've posted a PR.