doctrine / couchdb-client

CouchDB Client library
MIT License
122 stars 68 forks source link

LoggingClient compatibility with new Client::request() definition #43

Closed SamGoossens closed 9 years ago

SamGoossens commented 9 years ago

Hi all

I noticed that since yesterday's update, composer gets stuck when I run it. The problem is that the new $headers parameter in Doctrine\CouchDB\HTTP\Client::request($method, $path, $data = NULL, $raw = false, array $headers = Array) isn't implemented in Doctrine\CouchDB\HTTP\LoggingClient::request().

Could anyone have a look and maybe tag a new version?

Thanks

Sam

SamGoossens commented 9 years ago

Just figured out how to create a pull request, thought I would need permission for that.