v4.0.0
This release makes OAuthController::getServiceType() a static public function and therefore requires implementations which subclass OAuthController to be adjusted accordingly. It is changed in order to allow PHP 8 based applications detect service types properly in OAuthController without having to instantiate all client implementations.
Full Changelog: v3.4.0...v4.0.0