Add default transport
CSharpRU opened this issue · 0 comments
CSharpRU commented
Right now we're using Guzzle 5 and Guzzle 6 transports.
Due to that decision you cannot run tests without installation of Guzzle 6 transport and PHP >= 5.5, so we need to implement default transport that will be compatible with 5.3 and above, so that you don't need to install transport if you don't want to.