dkd / php-cmis-client

This is a PHP CMIS Client implementation based on OpenCMIS. It has been retired and put in to archive mode.
Apache License 2.0
54 stars 35 forks source link

Upgrade Guzzle and other dependencies #37

Closed NamelessCoder closed 7 years ago

NamelessCoder commented 7 years ago

This patch:

NamelessCoder commented 7 years ago

Breaking change: API of Client class is different when using custom HTTP invoker as illustrated in examples

I apologise for the combined commit which Ideally should have been several smaller commits. The only excuse I have is the dependency puzzle was a lot harder to solve without removing those dependencies - and detecting usages of classes was very difficult due to the classname-in-string occurrences.

Caveats:

Suggested next steps: