You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constructor of LogzIoHandler throws an exception if the curl extension is not loaded. This could be handled on build time when "ext-curl": "*" would be added to the require section in composer.json
The constructor of LogzIoHandler throws an exception if the curl extension is not loaded. This could be handled on build time when
"ext-curl": "*"would be added to therequiresection incomposer.json