dbtlr / php-airbrake

A PHP 5.3 library for sending errors to the Airbrake.io service.
http://airbrake.io
MIT License
121 stars 44 forks source link

Require php cURL extension #47

Closed TomHAnderson closed 9 years ago

TomHAnderson commented 9 years ago

Composer allows you to require certain extensions. This library uses the cURL extension and this was not specified in the composer file. The result of installing on a server without cURL was no exception reporting either on Airbrake or in the application.

dbtlr commented 9 years ago

Yep, just an oversight. Thanks!