Bump symfony/http-kernel from 4.4.43 to 4.4.50 #1

Open
dependabot[bot] wants to merge 15 commits from dependabot/composer/symfony/http-kernel-4.4.50 into master
Showing only changes of commit 947649e849 - Show all commits

View File

@ -87,8 +87,7 @@ class UptimeRobotMonitorService extends UptimeRobotService
'http_username' => $monitor->getHttpUsername(), 'http_username' => $monitor->getHttpUsername(),
'http_password' => $monitor->getHttpPassword(), 'http_password' => $monitor->getHttpPassword(),
'alert_contacts' => $alertContactsString, 'alert_contacts' => $alertContactsString,
'mwindows' => '', 'mwindows' => ''
'status' => $monitor->getStatus()
] ]
); );
} catch (\Vdhicts\UptimeRobot\Client\Exceptions\FailedRequestException $exception) { } catch (\Vdhicts\UptimeRobot\Client\Exceptions\FailedRequestException $exception) {