OneSignal\OneSignal client now requires always to provide OneSignal\Config.OneSignal\OneSignal client now expects Psr\Http\Client\ClientInterface as a second arguments instead of Http\Client\Common\HttpMethodsClient and is mandatory.OneSignal\OneSignal client now requires always to provide Psr\Http\Message\RequestFactoryInterface as a third argument and Psr\Http\Message\StreamFactoryInterface as a fourth argument.OneSignal\OneSignal, so from now calls like
$oneSignal->apps must be used as $oneSignal->apps(). It is better to use Dependency injection, because these calls will construct new instances.OneSignal\Exception\OneSignalException and added OneSignal\Exception\OneSignalExceptionInterface.setConfig and setClient methods in OneSignal\OneSignal. You can build new instances with different configs or http clients.How can I help you explore Laravel packages today?