janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.
Other
13 stars 8 forks source link

Fix missing dependency & migrate to Guzzle 6 #626

Closed tvdijen closed 6 years ago

tvdijen commented 6 years ago

[2017-08-30 22:48:53] php.EMERGENCY: Fatal error: Class 'Guzzle\Http\Client' not found

It appeared to be in use by the push-mechanism

tvdijen commented 6 years ago

Instead of just putting the dependency back, I've rewritten this PR to also upgrade to the latest Guzzle-branch and get rid of the deprecation notice on install.

tvdijen commented 6 years ago

I've been using this for a while in a production environment now