luisdalmolin / laravel-mandrill-driver

Mandrill mail driver for Laravel for version 6+
MIT License
79 stars 38 forks source link

error with json_parse_strict() #16

Closed fake-fur closed 4 years ago

fake-fur commented 4 years ago

$response = json_parse_strict((string) $response->getBody());

this is causing exceptions in our app with function not found - any ideas?

laravel 8

therobfonz commented 4 years ago

Please try v3.0.3 just released. It may take a few minutes for packagist to fetch the update. if there is still an issue, let me know!

fake-fur commented 4 years ago

ok will do

fake-fur commented 4 years ago

hi again - i think it is fixed now - had to restart all the queues (forgot that doh!) and so far so good thank you for the super quick response - seriously will report back if anything further happens but closing this now

therobfonz commented 4 years ago

Glad to hear it worked! I haven't used Mandrill in a while so maintaining this package blindly without being able to test is always challenging.