I believe that GuzzleHttp/psr7/build_query() method has been deprecated instead you should use GuzzleHttp/psr7/Query::build().
I am getting following error in my application:
{
"message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()",
"context": {
"exception": {
"class": "Error",
"message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()",
"code": 0,
"file": "/tmp/vendor/muxinc/mux-php/MuxPhp/Api/LiveStreamsApi.php:2505"
},
...
},
}
I believe that
GuzzleHttp/psr7/build_query()method has been deprecated instead you should useGuzzleHttp/psr7/Query::build().I am getting following error in my application: