neoxygen / neo4j-neoclient

Simple PHP HttpClient for the Neo4j ReST API with Multi DB Support
MIT License
121 stars 138 forks source link

Update to guzzle 6 #56

Closed ibrasho closed 9 years ago

ikwattro commented 9 years ago

Thanks for the PR.

As Guzzle 6 is only compatible with PHP5.5+, this introduce a BC.

This does not means I'm against such PR, just that this PR will need to be done in NeoClient 3.0 then. I'll prepare a stable 3.0 version by upgrading the php version constraint to 5.5 or even 5.6 and ping you when ready

ikwattro commented 9 years ago

Can you rebase your PR on the master branch, thanks !