rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Laravel Version 9 Compatible #126

Closed jcanepa closed 2 years ago

jcanepa commented 2 years ago

Description of the change

Fixes requirement conflict with laravel/framework version 9. Problem occurs when running composer update in a new Laravel project with this package, or when upgrading an existing project that uses this package. The following error is produced:

    - Only one of these can be installed: illuminate/support[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.0.0-beta.1, ..., 9.x-dev]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
    - Root composer.json requires laravel/framework ^9.0 -> satisfiable by laravel/framework[v9.0.0-beta.1, ..., 9.x-dev].

Type of change

Checklists

Development

Code review

jonnott commented 2 years ago

@jcanepa This is already underway .. see https://github.com/rollbar/rollbar-php-laravel/pull/123

danielmorell commented 2 years ago

Hey Julian,

Thank you for submitting this. However, I am going to go ahead and close this in favor of #123.