Closed jonnott closed 2 years ago
@bishopb Any chance that you might be able to merge this? It's only a composer requirement change and then we can update to Laravel 9.
@bishopb Any chance that you might be able to merge this? It's only a composer requirement change and then we can update to Laravel 9.
I just contacted their support to ask them to merge it, I hope they will do it
I just contacted their support to ask them to merge it, I hope they will do it
Hopefully, yes. I recall last major Laravel version, getting Rollbar to pay attention to my PR was a long and tedious process!
I just contacted their support to ask them to merge it, I hope they will do it
Hopefully, yes. I recall last major Laravel version, getting Rollbar to pay attention to my PR was a long and tedious process!
@niektenhoopen @Julian-Louis In the meantime, I have a patched version at https://github.com/jonnott/rollbar-php-laravel/commits/patch-1
@jonnott You also need to update the CI pipeline files to make sure the tests are covered for Laravel 9 and PHP 8, I'd also recommend updating this file to check support for PHP 8.1. For reference, I've a duplicate PR with these changes here #123
Closing in favour of https://github.com/rollbar/rollbar-php-laravel/pull/123
Description of the change
Support illuminate/support 9.x, therefore being Laravel 9.x compatible (whilst still compatible with older Laravel versions too). Last update to 7.0 of this package only needed a similar change to composer.json, so just getting the ball rolling. I can't spot anything obviously different in illuminate/support 9.x which would break anything this package is using.. https://github.com/illuminate/support/compare/8.x...9.x
Type of change
Related issues
See comment here https://github.com/rollbar/rollbar-php-laravel/issues/120