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 6e49ef0208 - Show all commits

View File

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