Actions
Bug #8411
closedGuzzle 7 removed ClientInterface::VERSION
Description
This makes version checking Guzzle a lot harder now. A MAJOR_VERSION constant was added to at least know what major version is loaded. AWS uses the below which we should turn into a utility function to solve this issue.
https://github.com/aws/aws-sdk-php/blob/master/src/functions.php#L318
Actions