php-opencloud / openstack

PHP SDK for OpenStack clouds
Apache License 2.0
221 stars 148 forks source link

Fix error Call to undefined function GuzzleHttp\Psr7\modify_request() #334

Closed andrecolza closed 3 years ago

andrecolza commented 3 years ago

Function modify_request() is deprecated in GuzzleHttp\Psr7, now calling this function will generate the error Call to undefined function GuzzleHttp\Psr7\modify_request().

This PR replace this function to \GuzzleHttp\Psr7\Utils::modifyRequest

haphan commented 3 years ago

Thanks for your contribution. I am closing this PR and merged #331 as it is more comprehensive