SensioBuzzBundle
SensioBuzzBundle copied to clipboard
v0.17 of the buzz library added BC breaks https://github.com/kriswallsmith/Buzz/blob/master/CHANGELOG.md setProxy() and setTimeout() were removed, but are configured as callback for the "buzz" service. The dependency is automatically updated and will...
I will soon release Buzz 0.17 and I see that this bundle is not compatible with the new version. For Symfony `^3.3 || ^4.0` support, see https://github.com/symfony/recipes-contrib/pull/328
Not much work was required, we extended service definition so you can inject Buzz\Browser to your services Change tested with 4.0 beta and 2.8 LTS - works. #SymfonyConHackday2017
I'm facing a strange behavior : I'm calling an API passing two parameters, when the _password starts with the char "@", ~/lib/Buzz/Client/Curl.php throws a RequestException (line 26) errorNo : 26...
This request is the result of my erroneous pull request yesterday. One of the bundles I am using in my current project requires Buzz 0.6. Due to the BC breaks...
Adding the DataCollector stuff from https://github.com/juliendidier/BuzzProfilerBundle to see it all in the profiler would be great. /cc @juliendidier