The depth parameter was added to the json_encode function on version 5.5. Therefore, the call to json_encode (in ./vendor/guzzlehttp/guzzle/src/functions.php line 322) raises a warning.
Running $response = $mj->post(Resources::$Email, ['body' => $body]); crashes due to the above.
The depth parameter was added to the json_encode function on version 5.5. Therefore, the call to json_encode (in ./vendor/guzzlehttp/guzzle/src/functions.php line 322) raises a warning.
Running
$response = $mj->post(Resources::$Email, ['body' => $body]);
crashes due to the above.