jenssegers / laravel-rollbar

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

PHP 5.6 and Above Fails to Build #73

Open throck95 opened 7 years ago

throck95 commented 7 years ago

With the recent build, PHP 5.6 or higher fails to build. It has something to do with php artisan optimize.

Most recent CI build shows the error in full: https://travis-ci.org/jenssegers/laravel-rollbar/builds/196347067. It continues all the way through the stack. My own application failed to build when using this package installed through Composer: https://travis-ci.org/throck95/SafePhish/builds/207829741

throck95 commented 7 years ago

I've identified what I think the issue is and fixed it using PR #74.