jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Add Laravel 6 support to composer requirements. #98

Closed CammoKing closed 4 years ago

CammoKing commented 4 years ago

The Rollbar package appears to work fine with Illuminate 6+, this minor change allows the package to be installed with Laravel 6.

fgilio commented 4 years ago

@CammoKing this package is no longer being maintained, this is the official one: https://github.com/rollbar/rollbar-php-laravel (which is actually a fork of jenssegers/laravel-rollbar)

CammoKing commented 4 years ago

Thanks @fgilio!